diff options
Diffstat (limited to 'packages/instant')
-rw-r--r-- | packages/instant/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/package.json b/packages/instant/package.json index be85b5062..0329c3078 100644 --- a/packages/instant/package.json +++ b/packages/instant/package.json @@ -16,7 +16,7 @@ "build:ci": "yarn build", "watch_without_deps": "tsc -w", "dev": "webpack-dev-server --mode development", - "lint": "tslint --project .", + "lint": "tslint --format stylish --project .", "test": "jest", "test:coverage": "jest --coverage", "rebuild_and_test": "run-s clean build test", |