⏪ revert eslintrc.js changed rules
This commit is contained in:
@@ -20,11 +20,11 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
// add your custom rules here
|
// add your custom rules here
|
||||||
rules: {
|
rules: {
|
||||||
'semi': ['warning', 'never'],
|
'semi': ['error', 'never'],
|
||||||
'no-console': 'off',
|
'no-console': 'off',
|
||||||
'vue/max-attributes-per-line': 'off',
|
'vue/max-attributes-per-line': 'off',
|
||||||
'quotes': ['warning', 'single', { 'avoidEscape': true }],
|
'quotes': ['error', 'single', { 'avoidEscape': true }],
|
||||||
'comma-dangle': ['warning', 'always-multiline'],
|
'comma-dangle': ['error', 'always-multiline'],
|
||||||
'vue/require-default-prop': 'off',
|
'vue/require-default-prop': 'off',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user