Skip to content

Commit db35815

Browse files
committed
refactor: compiler declaration parsing
1 parent cfa8546 commit db35815

File tree

6 files changed

+2666
-2902
lines changed

6 files changed

+2666
-2902
lines changed

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,22 @@
194194
},
195195
"prettier": {
196196
"plugins": [
197-
"./.config/prettier.config.mjs"
198-
]
197+
"@ianvs/prettier-plugin-sort-imports"
198+
],
199+
"importOrderParserPlugins": [
200+
"typescript",
201+
"jsx"
202+
],
203+
"importOrder": [
204+
"^react$|^react-native$",
205+
"",
206+
"<BUILTIN_MODULES>",
207+
"",
208+
"<THIRD_PARTY_MODULES>",
209+
"",
210+
"^[.]"
211+
],
212+
"quoteProps": "consistent"
199213
},
200214
"jest": {
201215
"preset": "./.config/jest.config.cjs"

0 commit comments

Comments
 (0)