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/migrations/package.json | |
parent | 33ed5cd43760cf7e0baac493a780bdba4110f046 (diff) | |
download | dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.gz dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.bz2 dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.lz dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.xz dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.zst dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.zip |
Remove uneeded tslint config
Diffstat (limited to 'packages/migrations/package.json')
-rw-r--r-- | packages/migrations/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/migrations/package.json b/packages/migrations/package.json index 8c85aa337..2da5b7572 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -8,7 +8,7 @@ "build:watch": "tsc -w", "build": "tsc", "clean": "shx rm -rf lib", - "lint": "tslint --project . 'src/**/*.ts'", + "lint": "tslint --project ., "migrate": "run-s build compile script:migrate", "script:migrate": "node ./lib/migrate.js", "copy_artifacts": "copyfiles 'src/artifacts/**/*' ./lib", |