mirror of
https://github.com/jakejarvis/dark-mode.git
synced 2025-09-11 09:27:23 -04:00
bring bundle config up-to-date with rollup template
https://github.com/jakejarvis/rollup-module-template
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
"extends": [
|
||||
"@jakejarvis/eslint-config"
|
||||
],
|
||||
"parser": "@babel/eslint-parser",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2015,
|
||||
"sourceType": "module"
|
||||
"requireConfigFile": false
|
||||
},
|
||||
"env": {
|
||||
"browser": true,
|
||||
@@ -12,7 +12,6 @@
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"*.d.ts",
|
||||
"dist/**",
|
||||
"rollup.config.js"
|
||||
"dist/**"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user