mirror of
https://github.com/jakejarvis/dark-mode.git
synced 2025-04-26 04:05:23 -04:00
19 lines
266 B
JSON
19 lines
266 B
JSON
{
|
|
"extends": [
|
|
"@jakejarvis/eslint-config"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2015,
|
|
"sourceType": "module"
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"ignorePatterns": [
|
|
"*.d.ts",
|
|
"dist/**",
|
|
"rollup.config.js"
|
|
]
|
|
}
|