@gooddata/eslint-config 4.1.1 → 11.4.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,44 +1,86 @@
1
1
  {
2
2
  "name": "@gooddata/eslint-config",
3
- "version": "4.1.1",
4
- "description": "GoodData JavaScript Style Guide",
5
- "main": "index.js",
3
+ "version": "11.4.0-alpha.4",
6
4
  "repository": {
7
5
  "type": "git",
8
- "url": "git+https://github.com/gooddata/gdc-js-style.git"
6
+ "url": "https://github.com/gooddata/gooddata-ui-sdk.git",
7
+ "directory": "tools/eslint-config"
9
8
  },
10
- "author": "ui@gooddata.com",
11
- "license": "BSD-3-Clause",
12
- "bugs": {
13
- "url": "https://github.com/gooddata/gdc-js-style/issues"
9
+ "license": "MIT",
10
+ "author": "GoodData",
11
+ "sideEffects": false,
12
+ "type": "module",
13
+ "exports": {
14
+ ".": "./dist/base.json",
15
+ "./browser": "./dist/browser.json",
16
+ "./browser-esm": "./dist/browser-esm.json",
17
+ "./vitest": "./dist/vitest.json",
18
+ "./esm": "./dist/esm.json",
19
+ "./esm-vitest": "./dist/esm-vitest.json",
20
+ "./react": "./dist/react.json",
21
+ "./react-vitest": "./dist/react-vitest.json",
22
+ "./react-cypress": "./dist/react-cypress.json",
23
+ "./esm-react": "./dist/esm-react.json",
24
+ "./esm-react-cypress": "./dist/esm-react-cypress.json",
25
+ "./esm-react-vitest": "./dist/esm-react-vitest.json",
26
+ "./esm-react-vitest-storybook": "./dist/esm-react-vitest-storybook.json",
27
+ "./tsOverride": "./dist/tsOverride.cjs"
14
28
  },
15
- "keywords": [
16
- "eslint",
17
- "eslintconfig",
18
- "gooddata"
19
- ],
20
29
  "files": [
21
- "index.js"
30
+ "dist/*.json",
31
+ "dist/*.cjs"
22
32
  ],
23
- "homepage": "https://github.com/gooddata/gdc-js-style",
24
- "peerDependencies": {
25
- "@typescript-eslint/eslint-plugin": ">=5.29.0",
26
- "eslint": ">=8.18.0",
27
- "eslint-plugin-header": ">=3.0.0",
28
- "eslint-plugin-import": ">=2.26.0",
29
- "eslint-plugin-jest": ">=26.5.3",
30
- "eslint-plugin-no-only-tests": ">=2.4.0"
33
+ "devDependencies": {
34
+ "@testing-library/dom": "10.4.0",
35
+ "@types/node": "^22.13.0",
36
+ "@typescript-eslint/eslint-plugin": "8.46.0",
37
+ "@typescript-eslint/parser": "8.46.0",
38
+ "@vitest/eslint-plugin": "1.3.5",
39
+ "eslint": "^8.57.1",
40
+ "eslint-config-prettier": "10.1.8",
41
+ "eslint-import-resolver-typescript": "4.4.4",
42
+ "eslint-plugin-chai-friendly": "1.1.0",
43
+ "eslint-plugin-cypress": "2.15.2",
44
+ "eslint-plugin-eslint-comments": "3.2.0",
45
+ "eslint-plugin-header": "3.1.1",
46
+ "eslint-plugin-import": "2.32.0",
47
+ "eslint-plugin-import-esm": "1.2.1",
48
+ "eslint-plugin-no-only-tests": "2.6.0",
49
+ "eslint-plugin-prettier": "5.5.4",
50
+ "eslint-plugin-react": "7.37.5",
51
+ "eslint-plugin-react-hooks": "4.6.0",
52
+ "eslint-plugin-regexp": "1.15.0",
53
+ "eslint-plugin-sonarjs": "0.16.0",
54
+ "eslint-plugin-storybook": "^9.0.17",
55
+ "eslint-plugin-tsdoc": "0.2.14",
56
+ "prettier": "^3.6.2",
57
+ "storybook": "^9.0.17",
58
+ "typescript": "5.8.3",
59
+ "vite-node": "^3.2.4"
31
60
  },
32
- "dependencies": {
33
- "@typescript-eslint/parser": "^5.29.0"
61
+ "peerDependencies": {
62
+ "@typescript-eslint/eslint-plugin": "8.46.0",
63
+ "@typescript-eslint/parser": "8.46.0",
64
+ "eslint": "^8.57.1",
65
+ "eslint-config-prettier": "10.1.8",
66
+ "eslint-import-resolver-typescript": "4.4.4",
67
+ "eslint-plugin-eslint-comments": "3.2.0",
68
+ "eslint-plugin-header": "3.1.1",
69
+ "eslint-plugin-import": "2.32.0",
70
+ "eslint-plugin-no-only-tests": "2.6.0",
71
+ "eslint-plugin-prettier": "5.5.4",
72
+ "eslint-plugin-regexp": "1.15.0",
73
+ "eslint-plugin-sonarjs": "0.16.0",
74
+ "eslint-plugin-tsdoc": "0.2.14",
75
+ "prettier": "^3.6.2"
34
76
  },
35
- "devDependencies": {
36
- "@typescript-eslint/eslint-plugin": "^5.29.0",
37
- "eslint": "^8.18.0",
38
- "eslint-plugin-header": "^3.0.0",
39
- "eslint-plugin-import": "^2.26.0",
40
- "eslint-plugin-jest": "^26.5.3",
41
- "eslint-plugin-no-only-tests": "^2.4.0",
42
- "typescript": "^4.7.4"
77
+ "scripts": {
78
+ "_phase:build": "npm run build",
79
+ "_phase:validate": "npm run validate",
80
+ "build": "rm -rf dist && mkdir dist && vite-node scripts/build.ts",
81
+ "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
82
+ "eslint": "eslint ./**/*.ts",
83
+ "update-package": "vite-node scripts/updatePackage.ts",
84
+ "validate": "tsc"
43
85
  }
44
- }
86
+ }