mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-25 17:51:17 -04:00
add babel / esbuild pipes via Hugo, remove terser
This commit is contained in:
@@ -4,12 +4,18 @@
|
||||
"plugin:prettier/recommended"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2015
|
||||
"parser": "@babel/eslint-parser",
|
||||
"ecmaVersion": 2018,
|
||||
"sourceType": "script",
|
||||
"babelOptions": {
|
||||
"configFile": "./babel.config.json"
|
||||
}
|
||||
},
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es6": true
|
||||
},
|
||||
"rules": {},
|
||||
"overrides": [{
|
||||
"files": ["api/**/*.js"],
|
||||
"parserOptions": {
|
||||
@@ -23,6 +29,5 @@
|
||||
"compat/compat": "off"
|
||||
}
|
||||
}],
|
||||
"rules": {},
|
||||
"ignorePatterns": ["public/**"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user