eslint-config-entva-typescript 2.19.0 → 2.31.0

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.
Files changed (2) hide show
  1. package/index.js +0 -2
  2. package/package.json +18 -18
package/index.js CHANGED
@@ -8,7 +8,6 @@ import importPlugin from 'eslint-plugin-import';
8
8
  import globals from 'globals';
9
9
  import typescriptEslint from '@typescript-eslint/eslint-plugin';
10
10
  import tsParser from '@typescript-eslint/parser';
11
- import stylisticTs from '@stylistic/eslint-plugin-ts';
12
11
 
13
12
  export const mainRule = {
14
13
  files: ['**/*.{ts,tsx}'],
@@ -18,7 +17,6 @@ export const mainRule = {
18
17
  'react-hooks': reactHooks,
19
18
  import: importPlugin,
20
19
  '@typescript-eslint': typescriptEslint,
21
- '@stylistic/ts': stylisticTs,
22
20
  },
23
21
 
24
22
  languageOptions: {
package/package.json CHANGED
@@ -6,10 +6,10 @@
6
6
  "readmeFilename": "README.md",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/entva/styleguide"
9
+ "url": "git+https://github.com/entva/styleguide.git"
10
10
  },
11
11
  "bugs": "https://github.com/entva/styleguide/issues",
12
- "version": "2.19.0",
12
+ "version": "2.31.0",
13
13
  "keywords": [
14
14
  "linter",
15
15
  "config",
@@ -21,29 +21,29 @@
21
21
  "scripts": {
22
22
  "reinstall": "rm -rf node_modules package-lock.json && npm install",
23
23
  "test": "node ../../../test ./test js tsx",
24
- "rules": "node_modules/.bin/eslint --print-config file.tsx > eslint-ruleset-output.json",
24
+ "rules": "eslint --print-config file.tsx > eslint-ruleset-output.json",
25
25
  "prepublishOnly": "npm test"
26
26
  },
27
27
  "devDependencies": {
28
- "@types/node": "^22.10.3",
29
- "@types/react": "^19.0.2",
30
- "@types/react-dom": "^19.0.2",
31
- "eslint": "^9.17.0",
28
+ "@types/node": "^24.3.0",
29
+ "@types/react": "^19.1.11",
30
+ "@types/react-dom": "^19.1.7",
31
+ "eslint": "^9.34.0",
32
32
  "react": "^19.x.x",
33
- "typescript": "^5.7.2"
33
+ "typescript": "^5.9.2"
34
34
  },
35
35
  "dependencies": {
36
- "@stylistic/eslint-plugin-ts": "^2.12.1",
37
- "@typescript-eslint/eslint-plugin": "^8.19.0",
38
- "@typescript-eslint/parser": "^8.19.0",
36
+ "@stylistic/eslint-plugin": "^5.2.3",
37
+ "@typescript-eslint/eslint-plugin": "^8.40.0",
38
+ "@typescript-eslint/parser": "^8.40.0",
39
39
  "eslint-plugin-jsx-a11y": "^6.10.2",
40
- "eslint-plugin-react": "^7.37.2",
41
- "eslint-plugin-react-hooks": "^5.1.0",
42
- "eslint-config-entva": "^2.18.1",
43
- "eslint-config-entva-base": "^2.18.0",
44
- "eslint-config-entva-typescript-base": "^2.19.0",
45
- "eslint-plugin-import": "^2.31.0",
46
- "globals": "^15.14.0"
40
+ "eslint-plugin-react": "^7.37.5",
41
+ "eslint-plugin-react-hooks": "^5.2.0",
42
+ "eslint-config-entva": "^2.x.x",
43
+ "eslint-config-entva-base": "^2.x.x",
44
+ "eslint-config-entva-typescript-base": "^2.x.x",
45
+ "eslint-plugin-import": "^2.32.0",
46
+ "globals": "^16.3.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "eslint": "^9.x.x"