Skip to content

Commit

Permalink
chore: remove eslint script
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 19, 2022
1 parent 206e26d commit a45ed40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"build": "tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .",
"test": "npm run lint:fix && cross-env NODE_TS=true cross-env NODE_ENV=testing jest --verbose",
"test:debug": "npm run lint:fix && cross-env NODE_TS=true cross-env NODE_ENV=testing cross-env DEBUG=api:* jest --verbose",
"eslint": "eslint",
"lint:fix": "npm run eslint \"{src,tests}/**/!(*.d)*.ts\" --fix"
"lint:fix": "eslint \"{src,tests}/**/!(*.d)*.ts\" --fix"
},
"keywords": [
"nodejs",
Expand Down

0 comments on commit a45ed40

Please sign in to comment.