Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Sep 15, 2023
1 parent cd8ef49 commit fb8999a
Show file tree
Hide file tree
Showing 5 changed files with 449 additions and 313 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .prettierrc

This file was deleted.

15 changes: 15 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"useTabs": false,
"singleQuote": false,
"printWidth": 140,
"tabWidth": 4,
"trailingComma": "none",
"overrides": [
{
"files": "*.json",
"options": {
"tabWidth": 2
}
}
]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@parcel/config-default": "^2.9.3",
"@parcel/core": "^2.9.3",
"@parcel/transformer-sass": "^2.9.3",
"@types/node": "^20.5.6",
"prettier": "^3.0.2",
"replugged": "^4.6.1",
"@types/node": "^20.6.1",
"prettier": "^3.0.3",
"replugged": "^4.6.2",
"salt-bd-scss": "^1.1.0"
}
}
Loading

0 comments on commit fb8999a

Please sign in to comment.