Changed lint option to make it easier to see

This commit is contained in:
Jun Koyama
2020-10-05 23:45:54 +09:00
parent 6a61a4c349
commit b7b45d2eab
2 changed files with 2 additions and 3 deletions

View File

@ -3,8 +3,8 @@
"scripts": {
"build": "tsc",
"test": "tsc --noEmit",
"lint": "eslint src -f codeframe --ext .ts",
"lint:fix": "eslint src -f codeframe --ext .ts --fix",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"clean": "rimraf dist"
},
"devDependencies": {