Skip to content

Commit

Permalink
Add Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
knutkirkhorn committed Dec 1, 2024
1 parent 6158daf commit 259998d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"eslint:recommended",
"airbnb-base",
"plugin:import/recommended",
"plugin:unicorn/recommended"
"plugin:unicorn/recommended",
"prettier"
],
"parserOptions": {
"ecmaVersion": 2023,
Expand Down
Binary file modified bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,13 @@
"zero-fill": "^2.2.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-unicorn": "^49.0.0",
"nodemon": "^3.0.1"
"nodemon": "^3.0.1",
"prettier": "^3.4.1"
}
}

0 comments on commit 259998d

Please sign in to comment.