Skip to content

Commit

Permalink
fix: setup eslint properly
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 23, 2020
1 parent 8ac862b commit 61cdec3
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
Expand Up @@ -10,9 +10,9 @@
"scripts": {
"build": "npm run build:code && typedoc --out docs && touch docs/.nojekyll",
"build:code": "tsc",
"lint": "tslint --fix -p .",
"test": "npm run test:unit",
"test:unit": "npm run lint && jest --coverage",
"lint": "eslint . --ext .ts",
"test": "npm run test:unit && npm run test:web",
"test:unit": "jest --coverage",
"test:web": "npm run build:code"
},
"author": "BelfordZ<belfordz66@gmail.com>",
Expand Down

0 comments on commit 61cdec3

Please sign in to comment.