Skip to content

Commit 81fce6e

Browse files
committed
feat: add typescript rules
1 parent b97d493 commit 81fce6e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/long-news-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@frontendfixer/eslint-config-react': minor
3+
---
4+
5+
add typescript rules

typescript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
'plugin:@typescript-eslint/recommended',
1616
'plugin:@typescript-eslint/recommended-requiring-type-checking',
1717
'airbnb-typescript',
18+
'./rules/typescript.rules.js',
1819
],
1920
plugins: ['@typescript-eslint'],
2021

0 commit comments

Comments
 (0)