Skip to content

Commit 218b825

Browse files
Change prettier config to json (#43353)
1 parent 75ecaff commit 218b825

File tree

2 files changed

+13
-39
lines changed

2 files changed

+13
-39
lines changed

airflow/ui/.prettierrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "http://json.schemastore.org/prettierrc",
3+
"endOfLine": "lf",
4+
"importOrder": ["<THIRD_PARTY_MODULES>", "^(src|openapi)/", "^[./]"],
5+
"importOrderSeparation": true,
6+
"jsxSingleQuote": false,
7+
"plugins": ["@trivago/prettier-plugin-sort-imports"],
8+
"printWidth": 80,
9+
"singleQuote": false,
10+
"tabWidth": 2,
11+
"trailingComma": "all",
12+
"useTabs": false
13+
}

airflow/ui/prettier.config.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)