diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-03-20 19:35:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 19:35:53 +0000 |
commit | 81bc3ed4c3c90f948b4bae27f0d75d58c4600f1d (patch) | |
tree | c144b28e3c1c55e4c5e5c098eeb43195bc24d181 /package.json | |
parent | 023e12bb4ec1dade373c810a13d8bba6d96a22be (diff) | |
parent | bd8d8fb9f1454ad40b267e8a4a5717eddc0a46a6 (diff) | |
download | voidsky-81bc3ed4c3c90f948b4bae27f0d75d58c4600f1d.tar.zst |
Merge pull request #3189 from bluesky-social/samuel/sort-imports
Sort imports using eslint-plugin-simple-import-sort
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 e744d8cd9..0858dc38a 100644 --- a/package.json +++ b/package.json @@ -237,6 +237,7 @@ "eslint-plugin-lingui": "^0.2.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-native-a11y": "^3.3.0", + "eslint-plugin-simple-import-sort": "^12.0.0", "html-webpack-plugin": "^5.5.0", "husky": "^8.0.3", "is-ci": "^3.0.1", |