Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lint scripts
Browse files Browse the repository at this point in the history
rekmarks committed Apr 9, 2021
1 parent 6626fe2 commit d7babad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -19,10 +19,10 @@
"test:nobuild": "jest",
"dev:gen-init-template": "node ./dist/development/generateInitTemplate.js",
"dev:build-examples": "node ./dist/development/buildExamples.js",
"lint:tsjs": "eslint . --ext js,ts",
"lint:eslint": "eslint . --ext js,ts",
"lint:json": "prettier *.json",
"lint": "yarn lint:tsjs && yarn lint:json",
"lint:fix": "yarn lint:tsjs --fix && yarn lint:json --write"
"lint": "yarn lint:eslint && yarn lint:json --check",
"lint:fix": "yarn lint:eslint --fix && yarn lint:json --write"
},
"author": "Erik Marks <[email protected]>",
"contributors": [

0 comments on commit d7babad

Please sign in to comment.