Skip to content

Commit

Permalink
Remove tslint from package.json scripts and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Apr 2, 2020
1 parent 01cd01e commit dd35b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true
},
"tslint.autoFixOnSave": true,
"tslint.exclude": "**/*.d.ts"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.4.1",
"description": "A superset of Roku's BrightScript language.",
"scripts": {
"preversion": "npm run build && npm run tslint && npm run test",
"preversion": "npm run build && npm run lint && npm run test",
"build": "rimraf out && tsc",
"watch": "rimraf out && tsc --watch",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit dd35b4e

Please sign in to comment.