Skip to content

Commit 7534446

Browse files
author
Walker Leite
committed
fix(eslintrc): remove not existent plugin
1 parent d23d144 commit 7534446

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

template/.eslintrc.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ module.exports = {
2525
},
2626
// add your custom rules here
2727
rules: {
28-
// don't require .vue extension when importing
29-
'import/extensions': ['error', 'always',
30-
{
31-
js: 'never',
32-
vue: 'never'
33-
}
34-
],
3528
// disallow reassignment of function parameters
3629
// disallow parameter object manipulation except for specific exclusions
3730
'no-param-reassign': ['error',

0 commit comments

Comments
 (0)