Skip to content

Commit d491e09

Browse files
committed
add vite support
1 parent c608631 commit d491e09

File tree

5 files changed

+1199
-34
lines changed

5 files changed

+1199
-34
lines changed

.eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ module.exports = {
1717
'no-return-assign': 0,
1818
'no-param-reassign': 0,
1919
'implicit-arrow-linebreak': 0,
20-
'import/prefer-default-export': 0
20+
'import/prefer-default-export': 0,
21+
'import/no-extraneous-dependencies': 0
2122
},
2223
parserOptions: {
2324
parser: 'babel-eslint'

0 commit comments

Comments
 (0)