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