mirror of https://github.com/sveltejs/svelte
parent
818ea25976
commit
fdc96af796
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"root": true,
|
||||||
|
"plugins": [
|
||||||
|
"builtin-compat"
|
||||||
|
],
|
||||||
|
"rules": {
|
||||||
|
"builtin-compat/no-incompatible-builtins": 2
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"es6": true,
|
||||||
|
"browser": true,
|
||||||
|
"node": true,
|
||||||
|
"mocha": true
|
||||||
|
},
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": 9,
|
||||||
|
"sourceType": "module"
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"import/core-modules": [
|
||||||
|
"svelte"
|
||||||
|
],
|
||||||
|
"svelte3/extensions": [
|
||||||
|
"html"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue