replace standard with prettier and tslint

This commit is contained in:
d-yokoi 2019-03-23 22:51:46 +09:00
parent b91260e9f4
commit a9989222cd
No known key found for this signature in database
GPG Key ID: 49EAF81BC6A0D19A
2 changed files with 1 additions and 1388 deletions

1385
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,8 +11,7 @@
"format:ci": "npm run prettier -- --check",
"lint": "tslint -p tsconfig.json -c tslint.json",
"prettier": "prettier 'ts_src/**/*.ts' --ignore-path ./.prettierignore",
"standard": "standard",
"test": "npm run standard && npm run unit",
"test": "npm run build && npm run format:ci && npm run lint && npm run unit",
"unit": "tape test/*.js",
"update": "node -e \"require('./util/wordlists').update()\""
},
@ -49,7 +48,6 @@
"nyc": "^13.1.0",
"prettier": "^1.16.4",
"proxyquire": "^1.7.10",
"standard": "^10.0.2",
"tape": "^4.6.2",
"tslint": "^5.14.0",
"typescript": "3.3.4000"