Skip to content

Commit

Permalink
fix: eslintrc 配置错误修复
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Aug 19, 2022
1 parent 5b111d8 commit a28bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
extraFileExtensions: ['.vue', '.cjs', '.js'],
extraFileExtensions: ['.vue'],
},
overrides: [
{
Expand Down

0 comments on commit a28bc4e

Please sign in to comment.