feat: add react and all

This commit is contained in:
Anthony Fu
2020-08-12 19:24:32 +08:00
parent b962266ba1
commit a7fbdcad4b
15 changed files with 483 additions and 124 deletions

View File

@@ -4,13 +4,13 @@ module.exports = {
parser: '@typescript-eslint/parser',
},
extends: [
'plugin:vue/recommended',
'plugin:vue/vue3-recommended',
'@antfu/eslint-config-ts',
],
plugins: [
'vue'
'vue',
],
rules: {
'vue/max-attributes-per-line': ['warn', { singleline: 5 }],
}
},
}