Skip to content

Commit ab9af90

Browse files
committed
Fixes linting
1 parent bac50cc commit ab9af90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3033,7 +3033,7 @@
30333033
"build-ui": "webpack --context ./src/ui --config ./src/ui/webpack.config.js",
30343034
"bundle": "npm run lint && webpack --env.production --context ./src/ui --config ./src/ui/webpack.config.js && webpack --env.production",
30353035
"clean": "git clean -Xdf",
3036-
"lint": "tslint --project tslint.json",
3036+
"lint": "tslint --project tsconfig.json",
30373037
"pack": "vsce package",
30383038
"pub": "vsce publish",
30393039
"rebuild": "npm run reset && npm run lint && tsc -m commonjs -p ./ && npm run build-ui",

0 commit comments

Comments
 (0)