mirror of
https://github.com/jakejarvis/dark-mode.git
synced 2025-04-25 14:05:22 -04:00
18 lines
257 B
JSON
18 lines
257 B
JSON
{
|
|
"extends": [
|
|
"@jakejarvis/eslint-config"
|
|
],
|
|
"parser": "@babel/eslint-parser",
|
|
"parserOptions": {
|
|
"requireConfigFile": false
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"ignorePatterns": [
|
|
"*.d.ts",
|
|
"dist/**"
|
|
]
|
|
}
|