Skip to content

Commit

Permalink
fix: eslint-basic rules do not take effect (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ininit committed Apr 19, 2021
1 parent 52d7e70 commit 412d848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: [
'@antfu/eslint-config-basic',
'plugin:@typescript-eslint/recommended',
'@antfu/eslint-config-basic',
],
rules: {
// TS
Expand Down

0 comments on commit 412d848

Please sign in to comment.