Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit adf66e3

Browse files
committed
Format with organize-imports
1 parent 152f856 commit adf66e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/generate-rule-files.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ interface Plugin {
2828
}
2929

3030
const PRETTIER_OPTIONS: Options = {
31+
plugins: [require.resolve('prettier-plugin-organize-imports')],
32+
3133
parser: 'typescript',
3234
arrowParens: 'always',
3335
bracketSpacing: true,

0 commit comments

Comments
 (0)