@krivega/eslint-config 1.0.1 → 1.0.3

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/CHANGELOG.md CHANGED
@@ -2,4 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.0.3](https://github.com/Krivega/eslint-config/compare/v1.0.2...v1.0.3) (2025-09-11)
6
+
7
+ ### [1.0.2](https://github.com/Krivega/eslint-config/compare/v1.0.1...v1.0.2) (2025-08-26)
8
+
5
9
  ### 1.0.1 (2025-08-25)
package/index.js CHANGED
@@ -188,6 +188,8 @@ const config = [
188
188
  Utils: true,
189
189
  dev: true,
190
190
  Dev: true,
191
+ ref: true,
192
+ Ref: true,
191
193
  },
192
194
  },
193
195
  ],
package/index.ts CHANGED
@@ -191,6 +191,8 @@ const config: Linter.Config[] = [
191
191
  Utils: true,
192
192
  dev: true,
193
193
  Dev: true,
194
+ ref: true,
195
+ Ref: true,
194
196
  },
195
197
  },
196
198
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krivega/eslint-config",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "bugs": {
5
5
  "url": "https://github.com/Krivega/eslint-config/issues"
6
6
  },
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "scripts": {
26
26
  "build": "tsc -p tsconfig.json",
27
- "lint": "yarn lint:src && yarn lint:examples",
27
+ "lint": "yarn build && yarn lint:src && yarn lint:examples",
28
28
  "lint:examples": "yarn --cwd ./example lint && yarn --cwd ./exampleReact lint",
29
29
  "lint:src": "yarn lint:ts",
30
30
  "lint:ts": "tsc --noEmit --project tsconfig.json",
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@babel/preset-typescript": "^7.27.1",
41
- "@stylistic/eslint-plugin": "^5.2.3",
41
+ "@stylistic/eslint-plugin": "^5.3.1",
42
42
  "@types/eslint-plugin-jsx-a11y": "^6.10.0",
43
- "@typescript-eslint/eslint-plugin": "^8.40.0",
44
- "@typescript-eslint/parser": "^8.40.0",
45
- "eslint": "^9.34.0",
43
+ "@typescript-eslint/eslint-plugin": "^8.43.0",
44
+ "@typescript-eslint/parser": "^8.43.0",
45
+ "eslint": "^9.35.0",
46
46
  "eslint-import-resolver-typescript": "^4.4.4",
47
47
  "eslint-plugin-cypress": "^5.1.1",
48
48
  "eslint-plugin-flowtype": "^8.0.3",
@@ -53,8 +53,8 @@
53
53
  "eslint-plugin-react": "7.37.5",
54
54
  "eslint-plugin-react-hooks": "^5.2.0",
55
55
  "eslint-plugin-react-refresh": "^0.4.20",
56
- "eslint-plugin-unicorn": "^60.0.0",
57
- "globals": "^16.3.0",
56
+ "eslint-plugin-unicorn": "^61.0.2",
57
+ "globals": "^16.4.0",
58
58
  "typescript": "^5.9.2"
59
59
  },
60
60
  "devDependencies": {
@@ -64,7 +64,7 @@
64
64
  "standard-version": "^9.5.0"
65
65
  },
66
66
  "peerDependencies": {
67
- "eslint": "^9.34.0",
67
+ "eslint": "^9.35.0",
68
68
  "typescript": "^5.9.2"
69
69
  },
70
70
  "packageManager": "yarn@1.22.22"