diff --git a/.eslintrc.js b/.eslintrc.js index a3152e0..aab30e7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,11 +20,11 @@ module.exports = { ], // add your custom rules here rules: { - 'semi': ['warning', 'never'], + 'semi': ['error', 'never'], 'no-console': 'off', 'vue/max-attributes-per-line': 'off', - 'quotes': ['warning', 'single', { 'avoidEscape': true }], - 'comma-dangle': ['warning', 'always-multiline'], + 'quotes': ['error', 'single', { 'avoidEscape': true }], + 'comma-dangle': ['error', 'always-multiline'], 'vue/require-default-prop': 'off', } } \ No newline at end of file