Skip to content

Commit

Permalink
yarn: Add lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjD90 committed Oct 20, 2023
1 parent 73b0bb8 commit 2e7cba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"main": ".eslintrc.yaml",
"scripts": {
"build": "echo 'Nothing to build'",
"lint": "prettier --check '**/*'",
"format": "prettier --write *.*",
"test:dev": "ava --no-worker-threads --verbose --color --serial --watch",
"test": "ava --no-worker-threads --verbose --serial",
Expand Down

0 comments on commit 2e7cba6

Please sign in to comment.