Skip to content

Commit

Permalink
fix: overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 19, 2021
1 parent db0dfbf commit 8f3f8f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/typescript/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const basic = require('@antfu/eslint-config-basic')

module.exports = {
extends: [
'plugin:@typescript-eslint/recommended',
'@antfu/eslint-config-basic',
'plugin:@typescript-eslint/recommended',
],
overrides: basic.overrides,
rules: {
// TS
'no-useless-constructor': 'off',
Expand Down

0 comments on commit 8f3f8f5

Please sign in to comment.