Skip to content

Commit

Permalink
🎨 Fix indentation being spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed May 20, 2024
1 parent 9b68c52 commit 54a0183
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
},
"plugins": [
"@typescript-eslint",
"import"
"import"
],
"ignorePatterns": [
"**/*.js",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"scripts": {
"build": "wireit",
"build:dev": "wireit",
Expand Down

0 comments on commit 54a0183

Please sign in to comment.