1
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:
2021-10-09 16:49:25 -04:00
parent 07ce4cab10
commit ce472773c9
7 changed files with 229 additions and 110 deletions

View File

@@ -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/**"
]
}