UNPKG
@cto.af/eslint-config
Version:
latest (6.1.0)
6.1.0
6.0.17
6.0.16
6.0.15
6.0.14
6.0.13
6.0.12
6.0.11
6.0.10
6.0.9
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.1.14
5.1.13
5.1.12
5.1.11
5.1.10
5.1.9
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.0.2
4.0.1
4.0.0
3.1.0
3.0.2
3.0.1
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
hildjj's lint rules
github.com/cto-af/eslint-config
cto-af/eslint-config
@cto.af/eslint-config
/
index.js
13 lines
(11 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
ignores
from
'./ignores.js'
;
import
js
from
'./js.js'
;
import
json
from
'./json.js'
;
import
mjs
from
'./mjs.js'
;
// Just the core rules, no optional dependencies needed.
export
default
[ ...ignores, ...js, ...mjs, ...json, ];