Skip to content

Commit 445aec7

Browse files
authored
Merge pull request #2172 from transformerlab/remove/eslint
Remove npm lint command and eslint dependencies
2 parents 1e4483d + 1bb828c commit 445aec7

9 files changed

Lines changed: 4067 additions & 10068 deletions

File tree

.erb/configs/.eslintrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

.erb/configs/webpack.config.eslint.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

.erb/scripts/.eslintrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

.eslintignore

Lines changed: 0 additions & 32 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,6 @@ updates:
2424
versions: [">0.88.0"]
2525
- dependency-name: "@nivo/radar"
2626
versions: [">0.88.0"]
27-
# @typescript-eslint/* v6+ requires bumping plugin AND parser in lockstep, plus
28-
# ESLint 8.57+/9 and updates to eslint-config-erb. Hold the whole family at 5.x
29-
# until we do a coordinated upgrade. Security patches on 5.x still flow through.
30-
# See PR #2114.
31-
- dependency-name: "@typescript-eslint/*"
32-
versions: [">=6"]
33-
# eslint-plugin-compat is pulled in transitively via eslint-config-erb
34-
# (`extends: "plugin:compat/recommended"`). ERB's package.json wants ^4.2.0, so
35-
# we can't move to 5+ ahead of ERB. Hold at 4.x until ERB itself bumps.
36-
# See PR #2115.
37-
- dependency-name: "eslint-plugin-compat"
38-
versions: [">=5"]
39-
# eslint-plugin-promise v7 requires ESLint >=8.56; our `eslint` is pinned at
40-
# ^8.42.0. Hold until we bump ESLint (which is itself blocked by the
41-
# @typescript-eslint/* family upgrade — see ignore above). See PR #2122.
42-
- dependency-name: "eslint-plugin-promise"
43-
versions: [">=7"]
4427
# React 19 is a major API change (ref-as-prop, removed legacy APIs, new JSX
4528
# transform). `react`, `react-dom`, and their @types must move together, and
4629
# @testing-library/react must move in lockstep (see below). Hold the whole

.github/workflows/lint.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)