mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-14 13:11:10 -05:00
@@ -6,8 +6,10 @@ module.exports = {
|
||||
rules: {
|
||||
// https://github.com/eslint/typescript-eslint-parser#known-issues
|
||||
'no-undef': 'off',
|
||||
'no-unused-vars': 'off'
|
||||
'no-unused-vars': 'off',
|
||||
// https://github.com/eslint/typescript-eslint-parser/issues/445
|
||||
// 'typescript/no-unused-vars': 'error'
|
||||
// 'typescript/no-unused-vars': 'error',
|
||||
// https://github.com/vuejs/vue-cli/issues/1672
|
||||
'space-infix-ops': 'off'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user