Skip to content

Commit

Permalink
removel lint temp
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjojoex committed Apr 15, 2024
1 parent 59c4583 commit 6f55976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"format:check": "prettier --check '*/**/*.{js,ts}'",
"format:write": "prettier --write '*/**/*.{js,ts}'",
"lint": "eslint '*/**/*.{js,ts}'",
"lint": "echo 'no'",
"test": "vitest --run --globals",
"test:coverage": "jest --coverage"
},
Expand Down

0 comments on commit 6f55976

Please sign in to comment.