@egy186/eslint-config 4.3.0 → 4.3.1

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/dist/base.d.ts CHANGED
@@ -221,6 +221,7 @@ declare const config: {
221
221
  readonly '@stylistic/curly-newline': ["error", "always"];
222
222
  readonly '@stylistic/dot-location': ["error", "property"];
223
223
  readonly '@stylistic/eol-last': "error";
224
+ readonly '@stylistic/exp-jsx-props-style': "off";
224
225
  readonly '@stylistic/exp-list-style': "off";
225
226
  readonly '@stylistic/function-call-argument-newline': ["error", "consistent"];
226
227
  readonly '@stylistic/function-call-spacing': ["error", "never"];
package/dist/browser.d.ts CHANGED
@@ -370,6 +370,7 @@ declare const config: {
370
370
  readonly HTMLFormElement: false;
371
371
  readonly HTMLFrameElement: false;
372
372
  readonly HTMLFrameSetElement: false;
373
+ readonly HTMLGeolocationElement: false;
373
374
  readonly HTMLHeadElement: false;
374
375
  readonly HTMLHeadingElement: false;
375
376
  readonly HTMLHRElement: false;
@@ -1162,6 +1163,7 @@ declare const config: {
1162
1163
  readonly XRView: false;
1163
1164
  readonly XRViewerPose: false;
1164
1165
  readonly XRViewport: false;
1166
+ readonly XRVisibilityMaskChangeEvent: false;
1165
1167
  readonly XRWebGLBinding: false;
1166
1168
  readonly XRWebGLDepthInformation: false;
1167
1169
  readonly XRWebGLLayer: false;
@@ -1260,6 +1262,7 @@ declare const config: {
1260
1262
  readonly '@stylistic/curly-newline': ["error", "always"];
1261
1263
  readonly '@stylistic/dot-location': ["error", "property"];
1262
1264
  readonly '@stylistic/eol-last': "error";
1265
+ readonly '@stylistic/exp-jsx-props-style': "off";
1263
1266
  readonly '@stylistic/exp-list-style': "off";
1264
1267
  readonly '@stylistic/function-call-argument-newline': ["error", "consistent"];
1265
1268
  readonly '@stylistic/function-call-spacing': ["error", "never"];
@@ -175,6 +175,7 @@ declare const config: {
175
175
  readonly '@stylistic/curly-newline': ["error", "always"];
176
176
  readonly '@stylistic/dot-location': ["error", "property"];
177
177
  readonly '@stylistic/eol-last': "error";
178
+ readonly '@stylistic/exp-jsx-props-style': "off";
178
179
  readonly '@stylistic/exp-list-style': "off";
179
180
  readonly '@stylistic/function-call-argument-newline': ["error", "consistent"];
180
181
  readonly '@stylistic/function-call-spacing': ["error", "never"];
@@ -24,6 +24,7 @@ declare const rules: {
24
24
  readonly '@stylistic/curly-newline': ["error", "always"];
25
25
  readonly '@stylistic/dot-location': ["error", "property"];
26
26
  readonly '@stylistic/eol-last': "error";
27
+ readonly '@stylistic/exp-jsx-props-style': "off";
27
28
  readonly '@stylistic/exp-list-style': "off";
28
29
  readonly '@stylistic/function-call-argument-newline': ["error", "consistent"];
29
30
  readonly '@stylistic/function-call-spacing': ["error", "never"];
@@ -36,6 +36,7 @@ const rules = {
36
36
  '@stylistic/curly-newline': ['error', 'always'],
37
37
  '@stylistic/dot-location': ['error', 'property'],
38
38
  '@stylistic/eol-last': 'error',
39
+ '@stylistic/exp-jsx-props-style': 'off',
39
40
  '@stylistic/exp-list-style': 'off',
40
41
  '@stylistic/function-call-argument-newline': ['error', 'consistent'],
41
42
  '@stylistic/function-call-spacing': ['error', 'never'],
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@egy186/eslint-config",
3
3
  "description": "Eslint shareable config",
4
- "version": "4.3.0",
4
+ "version": "4.3.1",
5
5
  "author": "egy186",
6
6
  "bugs": {
7
7
  "url": "https://github.com/egy186/eslint-config/issues"
8
8
  },
9
9
  "dependencies": {
10
- "@stylistic/eslint-plugin": "~5.7.1",
10
+ "@stylistic/eslint-plugin": "~5.8.0",
11
11
  "eslint-plugin-import": "~2.32.0",
12
- "eslint-plugin-jsdoc": "~62.5.0",
12
+ "eslint-plugin-jsdoc": "~62.5.4",
13
13
  "eslint-plugin-n": "~17.23.2",
14
- "globals": "^17.2.0"
14
+ "globals": "^17.3.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@eslint/js": "~9.39.2",
18
- "@types/node": "^25.1.0",
19
- "@vitest/eslint-plugin": "~1.6.6",
18
+ "@types/node": "^25.2.3",
19
+ "@vitest/eslint-plugin": "~1.6.7",
20
20
  "eslint": "~9.39.2",
21
21
  "eslint-import-resolver-typescript": "~4.4.4",
22
22
  "eslint-plugin-react": "~7.37.5",
@@ -24,7 +24,7 @@
24
24
  "husky": "^9.1.7",
25
25
  "jiti": "^2.6.1",
26
26
  "typescript": "~5.9.3",
27
- "typescript-eslint": "~8.54.0"
27
+ "typescript-eslint": "~8.55.0"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=20.19.2"
@@ -45,7 +45,8 @@
45
45
  "./vitest": {
46
46
  "types": "./dist/vitest.d.ts",
47
47
  "default": "./dist/vitest.js"
48
- }
48
+ },
49
+ "./package.json": "./package.json"
49
50
  },
50
51
  "files": [
51
52
  "dist",