mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-10 10:08:57 -06:00
Move dependencies into proper categories, move ESLint rules out of package.json, yarn audit
This commit is contained in:
10
.eslintrc.js
10
.eslintrc.js
@@ -1,6 +1,14 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
node: true
|
||||
},
|
||||
parserOptions: {
|
||||
parser: "babel-eslint",
|
||||
},
|
||||
extends: [
|
||||
'eslint:recommended',
|
||||
'plugin:vue/essential',
|
||||
'plugin:vue/recommended' // Use this if you are using Vue.js 2.x.
|
||||
],
|
||||
rules: {
|
||||
@@ -19,4 +27,4 @@ module.exports = {
|
||||
"multiline": {"max": 2}
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user