Skip to content

Commit

Permalink
revert eslint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed May 15, 2024
1 parent 63160e2 commit 8f50163
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
40 changes: 40 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"format:check": "biome format ."
},
"eslintConfig": {
"extends": ["developit"],
"extends": ["developit", "prettier"],
"settings": {
"react": {
"pragma": "createElement"
Expand Down Expand Up @@ -179,7 +179,7 @@
"eslintIgnore": ["test/fixtures", "test/ts/", "*.ts", "dist", "benchmarks"],
"lint-staged": {
"**/*.{js,jsx,mjs,cjs,ts,tsx,yml,json,html,md,css,scss}": [
"biome --write"
"biome format --write --no-errors-on-unmatched"
]
},
"husky": {
Expand Down Expand Up @@ -267,6 +267,7 @@
"esbuild": "^0.14.50",
"eslint": "5.15.1",
"eslint-config-developit": "^1.1.1",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-react": "7.12.4",
"husky": "^4.3.0",
"karma": "^6.3.16",
Expand Down

0 comments on commit 8f50163

Please sign in to comment.