mirror of
https://github.com/status-im/bip39.git
synced 2025-02-16 14:36:28 +00:00
replace standard with prettier and tslint
This commit is contained in:
parent
b91260e9f4
commit
a9989222cd
1385
package-lock.json
generated
1385
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user