Skip to content

Commit

Permalink
Chore: Hoisting linting to the root of the repo (#280)
Browse files Browse the repository at this point in the history
Ensures that linting is applied consistently across all typescript packages.
  • Loading branch information
Jonny Reeves authored Nov 11, 2018
1 parent 16092bd commit 93ab915
Show file tree
Hide file tree
Showing 11 changed files with 131 additions and 440 deletions.
228 changes: 0 additions & 228 deletions client/grpc-web-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions client/grpc-web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"scripts": {
"clean": "rm -rf dist",
"postbootstrap": "npm run lib:build",
"lib:build": "npm run clean && webpack",
"lint": "tslint -c ./tslint.json ./src/**/*.ts"
"lib:build": "npm run clean && webpack"
},
"author": "Improbable",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,7 +38,6 @@
"@types/node": "^7.0.5",
"google-protobuf": "^3.2.0",
"ts-loader": "^2.0.1",
"tslint": "^5.9.1",
"typescript": "3.0.1",
"webpack": "^2.2.1"
}
Expand Down
Loading

0 comments on commit 93ab915

Please sign in to comment.