6 changed files with 36 additions and 36 deletions
@ -1,32 +1,32 @@ |
|||||
// module.exports = {
|
module.exports = { |
||||
// root: true,
|
root: true, |
||||
// env: {
|
env: { |
||||
// node: true
|
node: true |
||||
// },
|
}, |
||||
// 'extends': [
|
'extends': [ |
||||
// 'plugin:vue/essential',
|
'plugin:vue/essential', |
||||
// // '@vue/standard'
|
// '@vue/standard'
|
||||
// ],
|
], |
||||
// rules: {
|
rules: { |
||||
// "semi": [0],
|
"semi": [0], |
||||
// 'indent': 'off',
|
'indent': 'off', |
||||
// 'vue/script-indent': [
|
'vue/script-indent': [ |
||||
// 'error',
|
'error', |
||||
// 4,
|
4, |
||||
// {
|
{ |
||||
// 'baseIndent': 1
|
'baseIndent': 1 |
||||
// }
|
} |
||||
// ],
|
], |
||||
// 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', |
||||
// 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', |
||||
// 'vue/no-parsing-error': [
|
'vue/no-parsing-error': [ |
||||
// 2,
|
2, |
||||
// {
|
{ |
||||
// "x-invalid-end-tag": false
|
"x-invalid-end-tag": false |
||||
// }
|
} |
||||
// ]
|
] |
||||
// },
|
}, |
||||
// parserOptions: {
|
parserOptions: { |
||||
// parser: 'babel-eslint'
|
parser: 'babel-eslint' |
||||
// }
|
} |
||||
// }
|
} |
After Width: | Height: | Size: 66 KiB |
Loading…
Reference in new issue