mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 03:38:51 +00:00
fix linting of scripts
This commit is contained in:
parent
20f2cf7d27
commit
e37f4467f8
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
"npm": "^6"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --ext .js ./scripts --fix",
|
||||
"lint": "eslint --ext .js ./test --fix",
|
||||
"test": "npm run lint && gulp test && gulp apidoc",
|
||||
"test:build": "gulp test:prepare:build",
|
||||
"test:api-v3": "gulp test:api-v3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue