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

add eslint typescript support #305

Merged
merged 23 commits into from
Jul 12, 2019
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
20d1be2
test: create test fixture for eslint + activate vscode plugin
johnnyreilly Jun 30, 2019
6621ec4
feat: add eslint option infrastructure
johnnyreilly Jun 30, 2019
014f466
feat: add basic implementation (untested) - might work!
johnnyreilly Jun 30, 2019
f13f6f3
chore: disable eslint in Travis for now
johnnyreilly Jul 1, 2019
6eed41e
test: added first test of eslint message being published
johnnyreilly Jul 1, 2019
68d4463
test: add error test for eslint
johnnyreilly Jul 1, 2019
725ccdb
feat: add eslint support to IncrementalChecker
johnnyreilly Jul 2, 2019
f8b1784
test: remove duplicate test and up test timeout
johnnyreilly Jul 2, 2019
18699eb
docs: add eslint details to readme
johnnyreilly Jul 3, 2019
072c0e8
feat: validate eslint and allow options to be passed
johnnyreilly Jul 3, 2019
f336064
fix: correctly output version
johnnyreilly Jul 4, 2019
38bc8c9
feat: persist eslinter instance between runs
johnnyreilly Jul 4, 2019
7e55814
feat: incrementalchecker no longer recreates eslint each time
johnnyreilly Jul 7, 2019
3c747fc
feat: share eslint between checkers
johnnyreilly Jul 7, 2019
534c773
feat: share eslint logic between checkers
johnnyreilly Jul 7, 2019
32ad926
fix: respond to @piotr-oles PR feedback
johnnyreilly Jul 8, 2019
a0a14ca
fix: delete stale lints first
johnnyreilly Jul 8, 2019
93d4381
fix: addressed comments suggested by @phryneas
johnnyreilly Jul 9, 2019
590557b
Merge branch 'master' into master
johnnyreilly Jul 10, 2019
48f281c
docs: more eslint info in the readme
johnnyreilly Jul 11, 2019
605fa17
fix: respond to review comments from piotr
johnnyreilly Jul 11, 2019
e32fea7
Merge branch 'master' into master
johnnyreilly Jul 11, 2019
66511f5
fix: move cancellation token check
johnnyreilly Jul 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading