Skip to content

Commit 8bf4554

Browse files
committed
chore: move up eslint
1 parent 3d08d03 commit 8bf4554

File tree

55 files changed

+40
-211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+40
-211
lines changed

fork/bootstrap-sass/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,5 @@
3838
},
3939
"publishConfig": {
4040
"access": "public"
41-
},
42-
"devDependencies": {
43-
"@talend/eslint-config": "^14.1.2",
44-
"@talend/eslint-plugin": "^1.8.1",
45-
"eslint": "^10.1.0"
4641
}
4742
}

fork/dynamic-cdn-webpack-plugin/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
"webpack": "^5.105.4"
4646
},
4747
"devDependencies": {
48-
"@eslint/js": "^9.39.4",
49-
"eslint": "^10.1.0",
50-
"eslint-config-prettier": "^10.1.8",
51-
"eslint-plugin-prettier": "^5.5.5",
5248
"globals": "^15.15.0",
5349
"html-webpack-plugin": "^5.6.6",
5450
"mz": "^2.7.0",

fork/json-schema-form-core/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,11 @@
5050
"devDependencies": {
5151
"@talend/babel-plugin-assets-api": "^1.9.1",
5252
"@talend/babel-plugin-import-from-index": "^1.13.1",
53-
"@talend/eslint-config": "^14.1.2",
54-
"@talend/eslint-plugin": "^1.8.1",
5553
"@talend/scripts-config-react-webpack": "^17.1.1",
5654
"@talend/scripts-config-typescript": "^12.1.1",
5755
"@talend/scripts-core": "^20.0.0",
5856
"@types/chai": "^3.5.2",
5957
"@types/node": "^6.14.13",
60-
"eslint": "^10.1.0",
6158
"rimraf": "^6.1.3",
6259
"webpack": "^5.105.4"
6360
},

fork/module-to-cdn/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
"semver": "^7.7.4"
4040
},
4141
"devDependencies": {
42-
"@eslint/js": "^9.39.4",
43-
"eslint": "^10.1.0",
44-
"eslint-config-prettier": "^10.1.8",
45-
"eslint-plugin-prettier": "^5.5.5",
4642
"globals": "^15.15.0"
4743
},
4844
"publishConfig": {

fork/react-bootstrap/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
},
4848
"devDependencies": {
4949
"@vitejs/plugin-react": "^5.2.0",
50-
"@talend/eslint-config": "^14.1.2",
51-
"@talend/eslint-plugin": "^1.8.1",
5250
"@talend/scripts-config-typescript": "^12.1.1",
5351
"@talend/scripts-core": "^20.0.0",
5452
"@talend/scripts-config-babel": "^13.10.1",
@@ -60,7 +58,6 @@
6058
"chalk": "^2.4.2",
6159
"create-react-class": "^15.7.0",
6260
"cross-env": "^10.1.0",
63-
"eslint": "^10.1.0",
6461
"lodash": "^4.18.0",
6562
"react": "^18.3.1",
6663
"react-dom": "^18.3.1",

package.json

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
11
{
2-
"devDependencies": {
3-
"@changesets/cli": "^2.30.0",
4-
"@talend/eslint-config": "^14.1.2",
5-
"@talend/scripts-config-babel": "^13.10.1",
6-
"@talend/scripts-config-prettier": "^12.7.1",
7-
"@talend/scripts-yarn-workspace": "^2.4.1",
8-
"baseline-browser-mapping": "^2.10.13",
9-
"cross-env": "^10.1.0",
10-
"cross-spawn": "^7.0.6",
11-
"eslint": "^10.1.0",
12-
"husky": "^8.0.3",
13-
"i18next-scanner": "^4.6.0",
14-
"lint-staged": "^15.5.2",
15-
"prettier": "^3.8.1",
16-
"rimraf": "^6.1.3",
17-
"turbo": "^2.9.5",
18-
"typescript": "^5.9.3",
19-
"@vitest/coverage-v8": "^4.1.2",
20-
"vitest": "^4.1.2"
21-
},
222
"scripts": {
233
"build": "yarn build:lib && yarn build:lib:esm",
244
"build:lib": "turbo run build:lib",
@@ -47,6 +27,34 @@
4727
"prepare": "husky install"
4828
},
4929
"packageManager": "yarn@1.22.22",
30+
"devDependencies": {
31+
"@changesets/cli": "^2.30.0",
32+
"@talend/eslint-plugin": "^1.8.1",
33+
"@talend/eslint-config": "^14.1.2",
34+
"@talend/scripts-core": "^20.0.0",
35+
"@talend/scripts-config-babel": "^13.10.1",
36+
"@talend/scripts-config-prettier": "^12.7.1",
37+
"@talend/scripts-yarn-workspace": "^2.4.1",
38+
"@talend/scripts-config-typescript": "^12.1.1",
39+
"@testing-library/react": "^14.3.1",
40+
"@testing-library/user-event": "^14.6.1",
41+
"@vitest/coverage-v8": "^4.1.2",
42+
"baseline-browser-mapping": "^2.10.13",
43+
"cross-env": "^10.1.0",
44+
"cross-spawn": "^7.0.6",
45+
"eslint": "^10.1.0",
46+
"@eslint/js": "^9.39.4",
47+
"eslint-config-prettier": "^10.1.8",
48+
"eslint-plugin-prettier": "^5.5.5",
49+
"husky": "^8.0.3",
50+
"i18next-scanner": "^4.6.0",
51+
"lint-staged": "^15.5.2",
52+
"prettier": "^3.8.1",
53+
"rimraf": "^6.1.3",
54+
"turbo": "^2.9.5",
55+
"typescript": "^5.9.3",
56+
"vitest": "^4.1.2"
57+
},
5058
"resolutions": {
5159
"**/ace-builds": "1.10.1",
5260
"**/@types/react": "^18.2.7",

packages/a11y/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,10 @@
3737
"@talend/utils": "^3.7.1"
3838
},
3939
"devDependencies": {
40-
"@talend/eslint-config": "^14.1.2",
41-
"@talend/eslint-plugin": "^1.8.1",
42-
"@talend/scripts-core": "^20.0.0",
43-
"@talend/scripts-config-typescript": "^12.1.1",
44-
"@testing-library/react": "^14.3.1",
45-
"@testing-library/user-event": "^14.6.1",
4640
"@types/date-fns": "^2.6.3",
4741
"@types/react": "^18.3.28",
4842
"@types/react-dom": "^18.3.7",
4943
"date-fns": "^3.6.0",
50-
"eslint": "^10.1.0",
5144
"react": "^18.3.1",
5245
"react-dom": "^18.3.1"
5346
},

packages/assets-api/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@
3636
"dependencies": {},
3737
"devDependencies": {
3838
"@talend/babel-plugin-import-from-index": "^1.13.1",
39-
"@talend/eslint-config": "^14.1.2",
40-
"@talend/eslint-plugin": "^1.8.1",
4139
"@talend/scripts-core": "^20.0.0",
4240
"@talend/scripts-config-react-webpack": "^17.1.1",
4341
"@talend/scripts-config-typescript": "^12.1.1",
4442
"@types/node": "^6.14.13",
45-
"eslint": "^10.1.0",
4643
"read-pkg-up": "^7.0.1"
4744
},
4845
"publishConfig": {

packages/cmf-cqrs/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,12 @@
4747
"redux-saga": "^1.4.2"
4848
},
4949
"devDependencies": {
50-
"@talend/eslint-config": "^14.1.2",
51-
"@talend/eslint-plugin": "^1.8.1",
5250
"@talend/scripts-core": "^20.0.0",
5351
"@talend/scripts-config-babel": "^13.10.1",
5452
"@talend/scripts-config-react-webpack": "^17.1.1",
5553
"@talend/scripts-config-typescript": "^12.1.1",
5654
"@testing-library/react": "^14.3.1",
5755
"@testing-library/react-hooks": "^8.0.1",
58-
"eslint": "^10.1.0",
5956
"mock-socket": "^9.3.1",
6057
"prop-types": "^15.8.1",
6158
"react": "^18.3.1",

packages/cmf-router/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,10 @@
4343
},
4444
"devDependencies": {
4545
"@redux-saga/testing-utils": "^1.2.1",
46-
"@talend/eslint-config": "^14.1.2",
47-
"@talend/eslint-plugin": "^1.8.1",
4846
"@talend/scripts-core": "^20.0.0",
4947
"@talend/scripts-config-babel": "^13.10.1",
5048
"@talend/scripts-config-react-webpack": "^17.1.1",
5149
"@talend/scripts-config-typescript": "^12.1.1",
52-
"eslint": "^10.1.0",
5350
"react": "^18.3.1",
5451
"react-dom": "^18.3.1",
5552
"redux-saga-tester": "^1.0.874"

0 commit comments

Comments
 (0)