1.5.9 • Published 9 months ago
eslint-config-final v1.5.9
eslint-config
npm install -D eslint-config-finalQuickstart
const tseslint = require('typescript-eslint');
const config = require('eslint-config-final');
module.exports = tseslint.config(
// Javascript
{
files: ['**/*.js'],
extends: [
...config.javascript,
],
},
// Typescript
{
files: ['**/*.ts'],
extends: [
...config.typescript,
],
},
// Angular
{
files: ['**/*.ts'],
extends: [
...config.typescript,
...config.angularTypescript,
],
},
{
files: ['**/*.html'],
extends: [
...config.angularTemplate,
],
},
);1.5.9
9 months ago
1.5.8
9 months ago
1.5.7
9 months ago
1.5.6
9 months ago
1.5.5
9 months ago
1.5.4
10 months ago
1.5.3
10 months ago
1.5.2
10 months ago
1.5.1
10 months ago
1.5.0
10 months ago
1.4.21
11 months ago
1.4.20
11 months ago
1.4.19
11 months ago
1.4.18
11 months ago
1.4.17
12 months ago
1.4.16
12 months ago
1.4.15
12 months ago
1.4.13
1 year ago
1.4.12
1 year ago
1.4.11
1 year ago
1.4.10
1 year ago
1.4.9
1 year ago
1.4.8
1 year ago
1.4.7
1 year ago
1.4.6
1 year ago
1.4.5
1 year ago
1.4.4
1 year ago
1.4.3
1 year ago
1.4.2
1 year ago
1.4.1
1 year ago
1.4.0
1 year ago
1.3.1
1 year ago
1.3.0
1 year ago
1.2.2
1 year ago
1.2.1
1 year ago
1.2.0
1 year ago
1.1.0
1 year ago
1.0.0
1 year ago