mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
build(app): deploy to production
This commit is contained in:
10
.eslintrc.js
10
.eslintrc.js
@@ -5,17 +5,15 @@ module.exports = {
|
||||
node: true
|
||||
},
|
||||
parserOptions: {
|
||||
parser: 'babel-eslint'
|
||||
parser: "babel-eslint"
|
||||
},
|
||||
extends: [
|
||||
// https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention
|
||||
// consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules.
|
||||
'plugin:vue/essential'
|
||||
"plugin:vue/essential"
|
||||
],
|
||||
// required to lint *.vue files
|
||||
plugins: [
|
||||
'vue'
|
||||
],
|
||||
plugins: ["vue"],
|
||||
// add your custom rules here
|
||||
rules: {}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user