UNPKG
@rixo/eslint-config-svelte-native
Version:
latest (0.11.0-alpha.0)
next (0.9.1-alpha.0)
0.11.0-alpha.0
0.10.0-alpha.0
0.9.1-alpha.0
0.9.0
0.9.0-alpha.3
0.9.0-alpha.0
0.8.1
0.8.0
0.7.2
0.7.1
0.7.1-alpha.0
0.7.0-alpha.7
0.7.0-alpha.4
0.7.0-alpha.3
0.7.0-alpha.2
0.6.0
0.5.0
0.4.0
Rixo's eslint config for svelte native projects
github.com/rixo/rixo-eslint
rixo/rixo-eslint
@rixo/eslint-config-svelte-native
/
configs
/
.eslintrc
19 lines
(14 loc)
•
263 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
extends:
-
'@rixo'
-
plugin:prettier/recommended
# last
plugins:
-
svelte3
parserOptions:
ecmaVersion:
2019
sourceType:
module
env:
es6:
true
browser:
true
rules:
# eslint-prettier + eslint-svelte = crash... too soon!
prettier/prettier:
off