From ab9af901da503033ef3c45cc9164a74576ddda0f Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 18 Apr 2018 22:36:07 -0400 Subject: [PATCH] Fixes linting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6507cc8..1427a75 100644 --- a/package.json +++ b/package.json @@ -3033,7 +3033,7 @@ "build-ui": "webpack --context ./src/ui --config ./src/ui/webpack.config.js", "bundle": "npm run lint && webpack --env.production --context ./src/ui --config ./src/ui/webpack.config.js && webpack --env.production", "clean": "git clean -Xdf", - "lint": "tslint --project tslint.json", + "lint": "tslint --project tsconfig.json", "pack": "vsce package", "pub": "vsce publish", "rebuild": "npm run reset && npm run lint && tsc -m commonjs -p ./ && npm run build-ui",