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

feat(eslint): migrate tslint to eslint (DSP-1372) #394

Merged
merged 62 commits into from Mar 4, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
ec9fe3d
test(eslint): migrate from tslint to eslint
kilchenmann Feb 24, 2021
c32cf6a
chore(eslint): two commands to run lint tool
kilchenmann Feb 24, 2021
86df038
refactor(eslint): automatically fixed errors by esLint rules
kilchenmann Feb 24, 2021
3857762
refactor(user): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
95d2aa1
refactor(user): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
40fd28c
refactor(main): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
30a2d93
refactor(user): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
2a101df
refactor(comments): undo ugly tODO comment but still following esLint…
kilchenmann Feb 24, 2021
55ff53b
refactor(ontology): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
37bc628
refactor(ontology): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
9287c56
refactor(ontology-visualizer): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
3fd6367
refactor(ontology): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
de4b6cc
refactor(permission): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
a2bf818
refactor(system): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
628ef8e
refactor(user): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
896e39d
refactor(main): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
1256d51
refactor(project): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
704eebb
refactor(system): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
1fb5245
refactor(project): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
4be1875
refactor(user): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
1247bf0
test(ontology): bug fix in res class form service
kilchenmann Feb 24, 2021
c9455ab
chore(gh-ci): use new eslint
kilchenmann Feb 24, 2021
313caf3
docs(contribution): update linter section with new eslint config
kilchenmann Feb 24, 2021
d46b810
refactor(tests): delete tslint
kilchenmann Feb 24, 2021
7f5b1b3
refactor(ontology): refactor code by following ESLint rules
kilchenmann Feb 24, 2021
8c2059d
fix(deps): delete tslint
kilchenmann Feb 24, 2021
a375c3d
refactor(eslint): delete empty tslint-to-eslint log file
kilchenmann Feb 24, 2021
d08137f
fix(deps): reactivate eslint-plugin tslint
kilchenmann Feb 24, 2021
55a891d
docs(contribution): update linter section with new eslint config
kilchenmann Feb 24, 2021
820b06e
fix(eslint): reactivate old tslint config
kilchenmann Feb 24, 2021
7abdc04
fix(eslint): delete old tslint config rules
kilchenmann Feb 24, 2021
41c54f8
refactor(eslint): delete old tslint config files
kilchenmann Feb 24, 2021
5d99e68
Merge branch 'main' into wip/dsp-1372-migrate-tslint-to-eslint
kilchenmann Feb 24, 2021
a88e87e
chore(eslint): update eslint config
kilchenmann Feb 24, 2021
9d76a8f
chore(eslint): update eslint config
kilchenmann Feb 24, 2021
c2f8abc
Merge branch 'main' into wip/dsp-1372-migrate-tslint-to-eslint
kilchenmann Feb 25, 2021
0b6207f
refactor(ontology): fix eslint issue
kilchenmann Feb 25, 2021
93fc819
refactor(cache): following our naming convention
kilchenmann Feb 25, 2021
932ddcf
test(eslint): update naming convention rules
kilchenmann Feb 25, 2021
a7862cd
refactor(eslint): delete unused config file
kilchenmann Feb 25, 2021
8f65330
Update package-lock.json
kilchenmann Feb 25, 2021
cee0bf4
refactor: refactor code by following our name conventions
kilchenmann Feb 25, 2021
4b38b09
Merge branch 'main' into wip/dsp-1372-migrate-tslint-to-eslint
Feb 25, 2021
141e3dd
chore(eslint): disallow console.log and .error
kilchenmann Mar 2, 2021
ab3fb03
Merge branch 'main' into wip/dsp-1372-migrate-tslint-to-eslint
kilchenmann Mar 2, 2021
0b9536d
chore(deps): update package-lock.json
kilchenmann Mar 2, 2021
97cb0ac
fix(eslint): bug fixing in eslint config
kilchenmann Mar 2, 2021
da08e06
refactor: fixed errors from eslint
kilchenmann Mar 2, 2021
c3b87d1
Merge branch 'main' into wip/dsp-1372-migrate-tslint-to-eslint
kilchenmann Mar 2, 2021
4f3d7cc
chore(eslint): update config
kilchenmann Mar 2, 2021
fb7ded2
refactor: undo previous changes
kilchenmann Mar 2, 2021
803bf27
fix(deps): update package-lock.json
kilchenmann Mar 2, 2021
cb62683
Merge branch 'main' into wip/dsp-1372-migrate-tslint-to-eslint
kilchenmann Mar 2, 2021
dcc49c4
refactor: refactor code to make eslint happy
kilchenmann Mar 2, 2021
8bfa437
refactor(eslint): delete redundant config
kilchenmann Mar 2, 2021
b75b440
Merge branch 'main' into wip/dsp-1372-migrate-tslint-to-eslint
kilchenmann Mar 2, 2021
e8bc792
chore(deps): update package-lock.json
kilchenmann Mar 2, 2021
b68a4b2
Merge branch 'main' into wip/dsp-1372-migrate-tslint-to-eslint
kilchenmann Mar 3, 2021
233b345
Merge branch 'main' into wip/dsp-1372-migrate-tslint-to-eslint
kilchenmann Mar 4, 2021
7681f43
chore(eslint): fixed eslint issue automatically
kilchenmann Mar 4, 2021
ad570f2
chore(eslint): strict rule for spaces in objects
kilchenmann Mar 4, 2021
ad0caf0
Merge branch 'main' into wip/dsp-1372-migrate-tslint-to-eslint
kilchenmann Mar 4, 2021
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
2 changes: 1 addition & 1 deletion .eslintignore
Expand Up @@ -7,4 +7,4 @@ dist/
tmp/

# Ignore certain project files
docs/assets/js/
docs/assets/js/