Browse Source

replace standard with prettier and tslint

tsAllowExclude
d-yokoi 6 years ago
parent
commit
a9989222cd
No known key found for this signature in database GPG Key ID: 49EAF81BC6A0D19A
  1. 1389
      package-lock.json
  2. 4
      package.json

1389
package-lock.json

File diff suppressed because it is too large

4
package.json

@ -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…
Cancel
Save