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 from tslint #33826

Merged
merged 41 commits into from Apr 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
80475b8
chore(NA): remove tslint dependencies, configs and enable eslint type…
mistic Mar 19, 2019
3779da1
fix(NA): apply recommend eslint typescript rule.s
mistic Mar 19, 2019
b28fc85
chore(NA): upgrade eslint package versions.
mistic Mar 20, 2019
94843ac
chore(NA): split javascript eslint config in an override section.
mistic Mar 20, 2019
d62e27b
chore(NA): split all eslint configs with overrides.
mistic Mar 20, 2019
c303fb1
chore(NA): remove missing console.log.
mistic Mar 20, 2019
a447793
chore(NA): change eslint splits and overrides order.
mistic Mar 20, 2019
e0205ca
chore(NA): replace tslint disable comments with eslint ones.
mistic Mar 21, 2019
46b6214
chore(NA): solve eslint typescript errors for elastic/kibana-custom/n…
mistic Mar 21, 2019
e08bb56
chore(NA): fixed multiple eslint typescript rule failures.
mistic Mar 21, 2019
d2dcd14
chore(NA): add tarfet folder to the eslint ignore.
mistic Mar 21, 2019
00a0d34
chore(NA): apply prettier rule to ts type file.
mistic Mar 21, 2019
aa5a04f
chore(NA): remove last mentions to tslint
mistic Mar 21, 2019
570b0f0
chore(NA): add old defined rules
mistic Mar 24, 2019
72c00c9
chore(NA): missing port rules website
mistic Mar 24, 2019
ecaba30
chore(na): ordered rules
mistic Mar 24, 2019
adcc200
chore(NA): solved eslint typescript problems.
mistic Mar 25, 2019
2be48ad
chore(NA): fix spaced comment problems.
mistic Mar 25, 2019
7c5be41
chore(NA): fix some more eslint typescript rules: import/order no-emp…
mistic Mar 26, 2019
2aa3526
chore(NA): fix last rules and comment out what are the ones still fai…
mistic Mar 26, 2019
dd6f7d0
chore(NA): comment out camelcase rule.
mistic Mar 26, 2019
d3eadc0
chore(NA): merge and solve conflicts with master.
mistic Mar 26, 2019
e6425e7
chore(NA): regenerate kbn pm dist.
mistic Mar 26, 2019
8a67fbb
chore(NA): updated snapshots.
mistic Mar 26, 2019
77b6509
chore(NA): updated snapshots.
mistic Mar 26, 2019
a9f47da
chore(NA): disabled sort-keys rule.
mistic Mar 27, 2019
9486813
chore(NA): remove rule prefer-arrow/prefer-arrow-functions.
mistic Mar 27, 2019
8c7d7df
chore(NA): fix for @typescript-eslint/no-var-requires rule.
mistic Mar 27, 2019
62226f1
chore(NA): fixes for @typescript-eslint/camelcase rule.
mistic Mar 27, 2019
e6d1fb8
chore(NA): fix typo on eslint config kibana typescript.
Mar 28, 2019
2363cbf
chore(NA): remove legacy note after the intellij upgrade to 2019.1
mistic Mar 29, 2019
604b30f
chore(NA): merge and solve conflicts
mistic Mar 29, 2019
4f2da65
fix(NA): import order plugin.
mistic Apr 3, 2019
dd4707a
chore(NA): fix ts ignore positions after auto fix.
mistic Apr 3, 2019
4ed85e2
chore(NA): merge and solve conflicts with master. refact(NA): module …
mistic Apr 4, 2019
ea0e5cd
chore(NA): merge and solve conflicts with master.
mistic Apr 4, 2019
f9074d5
fix(NA): performance issue with typescript eslint.
mistic Apr 4, 2019
d681203
Merge branch 'master' into migrate-from-tslint
mistic Apr 4, 2019
2dfe095
refact(NA): eslint configs organization.
mistic Apr 5, 2019
6e7a508
chore(NA): apply resticted paths to ts files too.
mistic Apr 5, 2019
485de21
chore(NA): split comment from eslint ignore.
mistic Apr 5, 2019
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
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -2,6 +2,7 @@ node_modules
bower_components
/data
/build
/target
/.es
/plugins
/optimize
Expand Down