another lint fix

pull/7738/head
Rich Harris 9 years ago
parent 1056b6cbbd
commit 02286cb7fd

@ -37,5 +37,8 @@
"parserOptions": { "parserOptions": {
"ecmaVersion": 6, "ecmaVersion": 6,
"sourceType": "module" "sourceType": "module"
},
"settings": {
"import/core-modules": [ "svelte" ]
} }
} }

Loading…
Cancel
Save