Skip to content

Commit

Permalink
chore(deps-dev): bump prettier to 3.2.5 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Feb 27, 2024
1 parent a99a957 commit ef49024
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 109 deletions.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"tabWidth": 4,
"singleQuote": true,
"semi": true,
"arrowParens": "always"
"arrowParens": "always",
"endOfLine": "lf",
"trailingComma": "es5"
}
123 changes: 20 additions & 103 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,18 @@
"run:build": "npm run build && node dist/index.js",
"test": "vitest --run",
"test:dev": "vitest",
"format": "prettier --ignore-path .gitignore --write .",
"format": "prettier --ignore-path .gitignore --cache --write .",
"lint": "eslint --ext \".js,.mjs,.ts\" --ignore-path .gitignore ."
},
"devDependencies": {
"@types/eslint": "^8.4.5",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/prettier": "^2.6.3",
"@types/eslint-config-prettier": "~6.11.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"picobench": "^0.0.2",
"prettier": "^2.7.1",
"prettier": "^3.2.5",
"typescript": "^4.7.4",
"vitest": "^0.17.0"
}
Expand Down

0 comments on commit ef49024

Please sign in to comment.