Skip to content

Commit e6ad91b

Browse files
chore(ui): update prettier config
1 parent 2f58641 commit e6ad91b

File tree

4 files changed

+17
-24
lines changed

4 files changed

+17
-24
lines changed

invokeai/frontend/web/.prettierrc.js

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "http://json.schemastore.org/prettierrc",
3+
"trailingComma": "es5",
4+
"printWidth": 120,
5+
"tabWidth": 2,
6+
"semi": true,
7+
"singleQuote": true,
8+
"endOfLine": "auto",
9+
"overrides": [
10+
{
11+
"files": ["public/locales/*.json"],
12+
"options": {
13+
"tabWidth": 4
14+
}
15+
}
16+
]
17+
}

invokeai/frontend/web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
},
113113
"devDependencies": {
114114
"@eslint/js": "^9.31.0",
115-
"@invoke-ai/prettier-config-react": "^0.0.7",
116115
"@storybook/addon-docs": "^9.0.17",
117116
"@storybook/addon-links": "^9.0.17",
118117
"@storybook/react-vite": "^9.0.17",

invokeai/frontend/web/pnpm-lock.yaml

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)