Skip to content

Commit

Permalink
Change prettier config to json (apache#43353)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejeambrun authored Oct 24, 2024
1 parent 75ecaff commit 218b825
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 39 deletions.
13 changes: 13 additions & 0 deletions airflow/ui/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"endOfLine": "lf",
"importOrder": ["<THIRD_PARTY_MODULES>", "^(src|openapi)/", "^[./]"],
"importOrderSeparation": true,
"jsxSingleQuote": false,
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"printWidth": 80,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}
39 changes: 0 additions & 39 deletions airflow/ui/prettier.config.js

This file was deleted.

0 comments on commit 218b825

Please sign in to comment.