Skip to content

Commit

Permalink
chore(deps): update various dependencies (#184)
Browse files Browse the repository at this point in the history
* chore(Deps): update eslint dependencies

* refactor: use @snowcrystals/prettier-config
  • Loading branch information
ijsKoud authored Aug 21, 2023
1 parent 224e65b commit 9428a13
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 346 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
node_modules
/.pnp
.pnp.js

Expand Down
5 changes: 1 addition & 4 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
const config = require("@sapphire/prettier-config");
config.singleQuote = false;
config.endOfLine = "auto";

const config = require("@snowcrystals/prettier-config");
module.exports = config;
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-angular": "^17.7.0",
"@sapphire/eslint-config": "^4.4.3",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/eslint-config": "^5.0.1",
"@sapphire/ts-config": "^4.0.1",
"@snowcrystals/prettier-config": "^1.0.0",
"@types/node": "^18.17.6",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
Expand Down
Loading

0 comments on commit 9428a13

Please sign in to comment.