Skip to content

Commit

Permalink
Fix Prettier after update
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureFlow committed Aug 9, 2023
1 parent 39a6305 commit 33ec78d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ module.exports = {
root: true,
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint", "import"],
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
],
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended"],
parserOptions: {
sourceType: "module",
ecmaVersion: "ES2021",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"drizzle:push": "drizzle-kit push:mysql",
"preinstall": "npx only-allow pnpm",
"lint": "eslint src",
"prettier:check": "prettier --check --plugin-search-dir=. .",
"prettier:format": "prettier --write --plugin-search-dir=. .",
"prettier:check": "prettier --check .",
"prettier:format": "prettier --write .",
"start": "node dist/api/server.js"
},
"dependencies": {
Expand Down

0 comments on commit 33ec78d

Please sign in to comment.