mirror of
https://github.com/jakejarvis/dark-mode.git
synced 2025-09-11 09:27:23 -04:00
update eslint config to use @jakejarvis/eslint-config
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
{
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:compat/recommended"
|
||||
"@jakejarvis/eslint-config"
|
||||
],
|
||||
"env": {
|
||||
"browser": true,
|
||||
"node": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2015,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"quotes": ["error", "double"],
|
||||
"semi": ["error", "always"]
|
||||
}
|
||||
"env": {
|
||||
"browser": true,
|
||||
"node": true
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"dist/**",
|
||||
"rollup.config.js"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user