Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate tslint to eslint #1590

Merged
merged 21 commits into from
May 3, 2020
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
808dfc5
feat(eslint): change config files to support eslint
tanettrimas May 1, 2020
f3a401b
Merge branch 'migrate-tslint-to-eslint' of https://github.com/tanettr…
tanettrimas May 1, 2020
b1eea13
feat(eslint): removed tslint.json file and updated ignorepattern
tanettrimas May 1, 2020
89a09b4
feat(eslint): fix small parsing error and several linting fixes
tanettrimas May 1, 2020
6846b8c
feat(eslint): rm unused func and made eslint warn nounused var
tanettrimas May 1, 2020
ec5bb01
Merge branch 'migrate-tslint-to-eslint' of https://github.com/tanettr…
tanettrimas May 1, 2020
892b59b
feat(eslint): added jest&jsdoc plugins and small linting fixes
tanettrimas May 2, 2020
83dfc17
feat(eslint): changed from off to warn on no-unbound
tanettrimas May 2, 2020
0bb98c1
build(deps-dev): bump jest from 25.5.3 to 25.5.4 (#1589)
dependabot-preview[bot] May 2, 2020
85e877a
feat(eslint): changes from review of kulshekhar/ts-jest#1590
tanettrimas May 2, 2020
6048e43
feat(eslint): changes from review of kulshekhar/ts-jest#1590
tanettrimas May 2, 2020
fd5a7d9
Merge remote-tracking branch 'upstream/master' into migrate-tslint-to…
tanettrimas May 2, 2020
1b8fca1
Merge branch 'migrate-tslint-to-eslint' of https://github.com/tanettr…
tanettrimas May 2, 2020
f37fad5
feat(eslint): changes according to pr review
tanettrimas May 2, 2020
54a8b76
feat(eslint): changes according to pr review
tanettrimas May 2, 2020
3d5225d
Merge branch 'migrate-tslint-to-eslint' of https://github.com/tanettr…
tanettrimas May 2, 2020
e2d7a8a
Merge branch 'migrate-tslint-to-eslint' of https://github.com/tanettr…
tanettrimas May 2, 2020
6b0cbbe
Merge branch 'migrate-tslint-to-eslint' of https://github.com/tanettr…
tanettrimas May 2, 2020
cdb6ebd
fix(eslint): re-ordered eslintignore and added matcher to logger.test
tanettrimas May 2, 2020
0467fb8
Merge branch 'migrate-tslint-to-eslint' of https://github.com/tanettr…
tanettrimas May 2, 2020
008572b
feat(eslint): added linebreak from code review
tanettrimas May 3, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ dist/
node_modules/
e2e/__cases__/
e2e/__workdir_synlink__/
e2e/__external-repos__
e2e/__templates__
coverage/
docs/
*.config.js