Skip to content

Commit

Permalink
fix: rm prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Dec 15, 2023
1 parent f67eb21 commit 5b37ea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 83 deletions.
2 changes: 2 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
},
"a11y": {
"useValidAnchor": "off",
"noRedundantAlt": "off",
"useButtonType": "off",
"noSvgWithoutTitle": "off"
}
}
Expand Down
20 changes: 1 addition & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@
"autoprefixer": "^10.4.13",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"lint-staged": "^13.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "4.8.1",
"simple-git-hooks": "^2.8.1",
"simple-zustand-devtools": "^1.1.0",
Expand All @@ -69,31 +65,17 @@
"eslintConfig": {
"extends": [
"eslint:recommended",
"next",
"prettier"
"next"
],
"env": {
"browser": true,
"node": true,
"es6": true
},
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": "error",
"@next/next/no-img-element": "off"
}
},
"prettier": {
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"arrowSpacing": true,
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down
64 changes: 0 additions & 64 deletions pnpm-lock.yaml

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

0 comments on commit 5b37ea1

Please sign in to comment.