Skip to content

Commit

Permalink
Update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Apr 8, 2022
1 parent 914a075 commit 3ca846a
Show file tree
Hide file tree
Showing 6 changed files with 1,078 additions and 1,068 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "node ./node_modules/.bin/jest test -c ./jest.config.cjs",
"lint": "eslint src/**/*.ts",
"pretty": "prettier --write src/**/*.ts package.json",
"pretty:check": "yarn prettier --loglevel error --check src/**/*.ts package.json",
"pretty:check": "prettier --write src/**/*.ts package.json --check",
"fix": "eslint src/**/*.ts --fix"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 3ca846a

Please sign in to comment.