diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-03-12 21:57:56 +0000 |
---|---|---|
committer | Samuel Newman <mozzius@protonmail.com> | 2024-03-12 21:57:56 +0000 |
commit | a3c09f9f862a4b4abe43cbb6d1042369fb1e14ba (patch) | |
tree | 727ff0713592fc550e77db10ad020b852100eb3e /package.json | |
parent | 090b35e52e3c42214bcf044a70d3658d1cf8b2de (diff) | |
download | voidsky-a3c09f9f862a4b4abe43cbb6d1042369fb1e14ba.tar.zst |
add and configure import sort plugin
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 2571fe772..4e7ad9387 100644 --- a/package.json +++ b/package.json @@ -234,6 +234,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", |