diff options
| author | Fabio Berger <me@fabioberger.com> | 2018-05-10 21:22:13 +0800 | 
|---|---|---|
| committer | Fabio Berger <me@fabioberger.com> | 2018-05-10 21:22:13 +0800 | 
| commit | 28e83c21e239ff790c8a9844ee1c23542c8c6c3f (patch) | |
| tree | b9ca9628ed6349873e87b9bbc09184f5f10e6a85 /packages/sol-cov/package.json | |
| parent | 33ed5cd43760cf7e0baac493a780bdba4110f046 (diff) | |
| download | dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.gz dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.zst dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.zip | |
Remove uneeded tslint config
Diffstat (limited to 'packages/sol-cov/package.json')
| -rw-r--r-- | packages/sol-cov/package.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json index 4eb1147d7..004cc5f54 100644 --- a/packages/sol-cov/package.json +++ b/packages/sol-cov/package.json @@ -6,7 +6,7 @@      "types": "lib/src/index.d.ts",      "scripts": {          "build:watch": "tsc -w", -        "lint": "tslint --project . 'src/**/*.ts'", +        "lint": "tslint --project .,          "test": "run-s clean build compile_test run_mocha",          "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",          "coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info", | 
