mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
20 lines
356 B
JSON
20 lines
356 B
JSON
{
|
|
"extends": "eslint:recommended",
|
|
"env": {
|
|
"es6": true,
|
|
"browser": true,
|
|
"jest": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2019,
|
|
"sourceType": "module"
|
|
},
|
|
"plugins": ["svelte3"],
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*.svelte"],
|
|
"processor": "svelte3/svelte3"
|
|
}
|
|
],
|
|
"ignorePatterns": ["docs", "*.snap"]
|
|
}
|