Skip to content

Commit

Permalink
Merge pull request #500 from tradingview/tslint-to-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Jun 29, 2020
2 parents 2124831 + f041fff commit db0472d
Show file tree
Hide file tree
Showing 99 changed files with 611 additions and 679 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@ jobs:
- checkout
- run: scripts/trailing-newlines.sh

eslint:
lint-js:
executor: node-latest-executor
steps:
- checkout-with-deps
- run: npm run lint:eslint
- run: npm run lint:js

tslint:
lint-ts:
executor: node-latest-executor
steps:
- checkout-with-deps
- run: npm run lint:tslint
- run: npm run lint:ts

markdown:
executor: node-latest-executor
Expand Down Expand Up @@ -196,11 +196,11 @@ workflows:
filters: *default-filters
requires:
- install-deps
- eslint:
- lint-js:
filters: *default-filters
requires:
- install-deps
- tslint:
- lint-ts:
filters: *default-filters
requires:
- install-deps
Expand Down
Loading

0 comments on commit db0472d

Please sign in to comment.