UNPKG
@rixo/eslint-config-atom
Version:
latest (0.10.0-alpha.0)
0.10.0-alpha.0
0.9.0-alpha.3
0.8.0
0.7.2
0.7.1
0.7.0-alpha.4
0.7.0-alpha.3
0.7.0-alpha.2
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
0.1.0-alpha.19
0.1.0-alpha.18
0.1.0-alpha.17
0.1.0-alpha.16
0.1.0-alpha.15
0.1.0-alpha.14
0.1.0-alpha.13
Rixo's eslint config for atom development
github.com/rixo/rixo-eslint
rixo/rixo-eslint
@rixo/eslint-config-atom
/
configs
/
.eslintrc
21 lines
(16 loc)
•
283 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
extends:
-
'@rixo'
-
plugin:prettier/recommended
# last
parserOptions:
ecmaVersion:
2017
sourceType:
module
env:
atomtest:
true
browser:
true
mocha:
true
node:
true
globals:
atom:
true
expect:
true
rules:
import/no-unresolved:
[
error
, {
ignore:
[
'^atom$'
]}]