diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-03-21 17:43:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-21 08:43:10 -0700 |
commit | f6f253b4c93f5166648615d03f38ede40135f646 (patch) | |
tree | 8c8defd0d540671a6f28e1ccae40c4044b7f1ca9 /package.json | |
parent | 3cfac98f950c428b17240648d1c7eb165a218f14 (diff) | |
download | voidsky-f6f253b4c93f5166648615d03f38ede40135f646.tar.zst |
Add eslint consistent type import rules (#8035)
* add eslint-plugin-import * turn off eslint/no-usused-vars
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index c8ca1cdf3..4f0e43f33 100644 --- a/package.json +++ b/package.json @@ -246,6 +246,7 @@ "eslint": "^8.19.0", "eslint-plugin-bsky-internal": "link:./eslint", "eslint-plugin-ft-flow": "^2.0.3", + "eslint-plugin-import": "^2.31.0", "eslint-plugin-lingui": "^0.2.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110", |