徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
679 B

// 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'
// }
// }