mirror of
https://github.com/jakejarvis/simple-anchor.git
synced 2026-08-23 00:35:38 -04:00
bring bundle config up-to-date with rollup template
https://github.com/jakejarvis/rollup-module-template
This commit is contained in:
+6
-5
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"extends": [
|
||||
"@jakejarvis/eslint-config"
|
||||
"@jakejarvis/eslint-config",
|
||||
"plugin:compat/recommended",
|
||||
"plugin:import/recommended"
|
||||
],
|
||||
"parser": "@babel/eslint-parser",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2015,
|
||||
"sourceType": "module"
|
||||
"requireConfigFile": false
|
||||
},
|
||||
"env": {
|
||||
"browser": true,
|
||||
@@ -12,7 +14,6 @@
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"*.d.ts",
|
||||
"dist/**",
|
||||
"rollup.config.js"
|
||||
"dist/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user