Skip to content

Commit

Permalink
chore: config file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 5, 2025
1 parent bf490cf commit f86e174
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos
# files
babel.config.js
bun.lockb
docusaurus.config.js
docusaurus.config.ts
package-lock.json
pnpm-lock.yaml
yarn.lock
5 changes: 2 additions & 3 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
bracketSpacing: true
plugins: ["@trivago/prettier-plugin-sort-imports"]
printWidth: 120
proseWrap: "always"
singleQuote: false
tabWidth: 2
trailingComma: "all"

overrides:
- files: ["*.ts", "*.tsx"]
options:
importOrder: #https://github.com/trivago/prettier-plugin-sort-imports#importorder
# https://github.com/trivago/prettier-plugin-sort-imports#importorder
importOrder:
- "^react"
- "^@emotion"
- "<THIRD_PARTY_MODULES>"
Expand Down

0 comments on commit f86e174

Please sign in to comment.