-
- Downloads
fixed up eslint to be single quotes and vetur working
Showing
- .eslintrc.js 15 additions, 0 deletions.eslintrc.js
- .prettierrc.js 4 additions, 0 deletions.prettierrc.js
- jsconfig.json 5 additions, 0 deletionsjsconfig.json
- package.json 1 addition, 15 deletionspackage.json
- src/components/SampleComponent.vue 2 additions, 2 deletionssrc/components/SampleComponent.vue
- src/views/Home.vue 13 additions, 3 deletionssrc/views/Home.vue
- tsconfig.json 12 additions, 0 deletionstsconfig.json
.eslintrc.js
0 → 100644
.prettierrc.js
0 → 100644
jsconfig.json
0 → 100644
... | ... | @@ -28,21 +28,7 @@ |
"eslint-plugin-vue": "^7.0.0", | ||
"prettier": "^2.2.1" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": [ | ||
"plugin:vue/vue3-essential", | ||
"eslint:recommended", | ||
"@vue/prettier" | ||
], | ||
"parserOptions": { | ||
"parser": "babel-eslint" | ||
}, | ||
"rules": {} | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
... | ... |
tsconfig.json
0 → 100644
Please register or sign in to comment