Skip to content

Commit df52903

Browse files
committed
chore: 🔧 update .eslintrc | .prettierrc
1 parent ef3d41c commit df52903

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
plugins: ['vue', '@typescript-eslint'],
1818
ignorePatterns: ['docs', 'temp', '**/shims-vue.d.ts'],
1919
rules: {
20+
'@typescript-eslint/ban-types': 'off',
2021
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
2122
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
2223
},

.prettierrc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
semi: false
2-
singleQuote: true
3-
printWidth: 90
1+
{
2+
"semi": false,
3+
"singleQuote": true,
4+
"printWidth": 80
5+
}

0 commit comments

Comments
 (0)