We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97d493 commit 81fce6eCopy full SHA for 81fce6e
.changeset/long-news-hug.md
@@ -0,0 +1,5 @@
1
+---
2
+'@frontendfixer/eslint-config-react': minor
3
4
+
5
+add typescript rules
typescript.js
@@ -15,6 +15,7 @@ module.exports = {
15
'plugin:@typescript-eslint/recommended',
16
'plugin:@typescript-eslint/recommended-requiring-type-checking',
17
'airbnb-typescript',
18
+ './rules/typescript.rules.js',
19
],
20
plugins: ['@typescript-eslint'],
21
0 commit comments