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

chore: add eslint package to handle linting #37417

Merged
merged 67 commits into from
Nov 22, 2024
Merged
Changes from 2 commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
11c88a6
create: feature flag for eslint migration
ayushpahwa Sep 25, 2024
8c4ad0f
update: enum for linter engines
ayushpahwa Sep 25, 2024
8cc1c36
update: refactored if check logic
ayushpahwa Sep 25, 2024
35c9441
update: remove const from enum declaration
ayushpahwa Sep 25, 2024
3ff9c9e
create: type added for lint length
ayushpahwa Sep 25, 2024
77ef464
update: logic added to skip lint length calculation
ayushpahwa Sep 25, 2024
bba3989
Merge branch 'release' into feat/eslint/feature-flag
ayushpahwa Sep 28, 2024
5c3c434
Merge branch 'feat/eslint/feature-flag' into feat/eslint/lint-length-…
ayushpahwa Sep 28, 2024
7ab0717
Merge branch 'release' into feat/eslint/feature-flag
ayushpahwa Sep 30, 2024
5579787
Merge branch 'feat/eslint/feature-flag' into feat/eslint/lint-length-…
ayushpahwa Sep 30, 2024
1298a8f
Merge branch 'release' into feat/eslint/feature-flag
ayushpahwa Oct 9, 2024
206db12
Merge branch 'feat/eslint/feature-flag' into feat/eslint/lint-length-…
ayushpahwa Oct 9, 2024
9e1a65b
Merge branch 'release' into feat/eslint/feature-flag
ayushpahwa Oct 14, 2024
d84b7b1
Merge branch 'feat/eslint/feature-flag' into feat/eslint/lint-length-…
ayushpahwa Oct 14, 2024
64d4272
Merge branch 'release' into feat/eslint/feature-flag
ayushpahwa Nov 6, 2024
40b0c85
Merge branch 'release' into feat/eslint/feature-flag
ayushpahwa Nov 11, 2024
34b638b
Merge branch 'feat/eslint/feature-flag' into feat/eslint/lint-length-…
ayushpahwa Nov 11, 2024
18afebc
update: sync with release
ayushpahwa Nov 11, 2024
a03edc2
update: refactor var name
ayushpahwa Nov 11, 2024
23649ca
Merge branch 'feat/eslint/feature-flag' into feat/eslint/lint-length-…
ayushpahwa Nov 11, 2024
03e97dd
Merge branch 'release' into feat/eslint/feature-flag
ayushpahwa Nov 12, 2024
254f465
Merge branch 'feat/eslint/feature-flag' into feat/eslint/lint-length-…
ayushpahwa Nov 12, 2024
00d8519
update: refactored variable name
ayushpahwa Nov 12, 2024
43b4ef2
Merge branch 'feat/eslint/feature-flag' into feat/eslint/lint-length-…
ayushpahwa Nov 12, 2024
ac773e1
update: refactor var name
ayushpahwa Nov 12, 2024
7c35991
Merge branch 'feat/eslint/feature-flag' into feat/eslint/lint-length-…
ayushpahwa Nov 12, 2024
0919825
Merge branch 'release' into feat/eslint/lint-length-processing
ayushpahwa Nov 14, 2024
b6d23a7
Merge branch 'release' into feat/eslint/lint-length-processing
ayushpahwa Nov 18, 2024
924ceb0
update: add tests for lint length change
ayushpahwa Nov 18, 2024
afe552b
update: fix lint issue
ayushpahwa Nov 18, 2024
fc035b4
create: new package for eslint
ayushpahwa Nov 18, 2024
c4df9f1
update: config update based on lintertype used
ayushpahwa Nov 18, 2024
3c8ef15
update: pass the current lintertype to options conflig
ayushpahwa Nov 18, 2024
7452c8c
update: helper methods for eslint
ayushpahwa Nov 18, 2024
b63e371
update: lock file
ayushpahwa Nov 18, 2024
b3600f3
update: lint length if engine is eslint
ayushpahwa Nov 18, 2024
9653d47
update: source of linter
ayushpahwa Nov 18, 2024
0f6078a
update: constants for linter
ayushpahwa Nov 18, 2024
a13751f
update: add polyfill for missing method
ayushpahwa Nov 18, 2024
36e7f16
update: force the lint test to be run for both jshint and eslint
ayushpahwa Nov 18, 2024
b263be4
update: refactor function passing for jest test
ayushpahwa Nov 18, 2024
987d809
update: pass mocked function for test
ayushpahwa Nov 18, 2024
8df7584
update: comment added for clarity
ayushpahwa Nov 18, 2024
7da61e7
Merge branch 'release' into feat/eslint/lint-length-processing
ayushpahwa Nov 19, 2024
6b07590
Merge branch 'feat/eslint/lint-length-processing' into feat/eslint/es…
ayushpahwa Nov 19, 2024
550dd08
Merge branch 'release' into feat/eslint/eslint-package
ayushpahwa Nov 20, 2024
8996a3a
Merge branch 'release' into feat/eslint/eslint-package
ayushpahwa Nov 21, 2024
418b990
update: WIP tests for each rule config
ayushpahwa Nov 21, 2024
6ea9f12
update: add tests for curl
ayushpahwa Nov 21, 2024
40f57f7
update: moved unused vars to warn state
ayushpahwa Nov 21, 2024
073ad50
update: new tests for config rules
ayushpahwa Nov 21, 2024
7fb4717
update: add tests for asi and boss rule config
ayushpahwa Nov 21, 2024
1291da0
udpate: add tests for no semicolons
ayushpahwa Nov 21, 2024
e72081e
update: add test for boss rule
ayushpahwa Nov 21, 2024
74951dc
update: add tests for eval rule
ayushpahwa Nov 21, 2024
2ab43e4
update: add tests for funcscope and dotnotation
ayushpahwa Nov 21, 2024
983fa65
update: add tests for expr rule config
ayushpahwa Nov 21, 2024
23543c3
update: fix test for funcscope
ayushpahwa Nov 21, 2024
22e7cc8
Merge branch 'release' into feat/eslint/eslint-package
ayushpahwa Nov 21, 2024
9ea70c6
update: add indirect eval tests
ayushpahwa Nov 21, 2024
a347807
update: remove redundant code
ayushpahwa Nov 21, 2024
7df7f53
update: add polyfil for jest tests
ayushpahwa Nov 21, 2024
32ea12a
update: acorn walk package
ayushpahwa Nov 21, 2024
81bc617
update: yarn lock for package upgrade
ayushpahwa Nov 21, 2024
518c411
update: remove unused type skip commetns
ayushpahwa Nov 21, 2024
7fd76f3
Merge branch 'chore/fix-acorn-version' into feat/eslint/eslint-package
ayushpahwa Nov 21, 2024
579e477
Merge branch 'release' into feat/eslint/eslint-package
ayushpahwa Nov 22, 2024
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

These merge commits were added into this branch cleanly.

There are no new changes to show.