@newsteam/eslint-config 1.2.10 → 1.2.12

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGrC,OAAO,yBAAyB,CAAC;AAsDjC,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EA6H1B,CAAC;AAIF,eAAe,MAAM,CAAC;AAGtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGrC,OAAO,yBAAyB,CAAC;AAqDjC,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EA6H1B,CAAC;AAIF,eAAe,MAAM,CAAC;AAGtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC"}
package/dist/index.js CHANGED
@@ -81,7 +81,6 @@ const tsLanguageOptions = {
81
81
  jsx: true,
82
82
  project: true,
83
83
  sourceType: "module",
84
- tsconfigRootDir: "./",
85
84
  },
86
85
  };
87
86
  const config = [
@@ -1 +1 @@
1
- {"version":3,"file":"stylistic.d.ts","sourceRoot":"","sources":["../../src/plugins/stylistic.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAER,MAAM,EACT,MAAM,QAAQ,CAAC;AAQhB,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAy7B1C,CAAC"}
1
+ {"version":3,"file":"stylistic.d.ts","sourceRoot":"","sources":["../../src/plugins/stylistic.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAER,MAAM,EACT,MAAM,QAAQ,CAAC;AAQhB,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAk7B1C,CAAC"}
@@ -310,12 +310,6 @@ export const stylisticPlugin = [
310
310
  * https://eslint.style/rules/default/jsx-pascal-case
311
311
  */
312
312
  "@stylistic/jsx-pascal-case": "error",
313
- /*
314
- * Disallow multiple spaces between inline JSX props (fixable)
315
- *
316
- * https://eslint.style/rules/default/jsx-props-no-multi-spaces
317
- */
318
- "@stylistic/jsx-props-no-multi-spaces": "error",
319
313
  /*
320
314
  * Enforce the consistent use of either double or single quotes in JSX attributes
321
315
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newsteam/eslint-config",
3
- "version": "1.2.10",
3
+ "version": "1.2.12",
4
4
  "description": "Shared config for eslint",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -53,12 +53,12 @@
53
53
  ],
54
54
  "dependencies": {
55
55
  "@babel/eslint-parser": "^7.28.0",
56
- "@babel/preset-env": "^7.28.0",
57
- "@eslint/compat": "^1.3.1",
58
- "@next/eslint-plugin-next": "^15.4.4",
59
- "@stylistic/eslint-plugin": "^5.2.2",
60
- "@typescript-eslint/eslint-plugin": "^8.38.0",
61
- "@typescript-eslint/parser": "^8.38.0",
56
+ "@babel/preset-env": "^7.28.3",
57
+ "@eslint/compat": "^1.3.2",
58
+ "@next/eslint-plugin-next": "^15.5.2",
59
+ "@stylistic/eslint-plugin": "^5.3.1",
60
+ "@typescript-eslint/eslint-plugin": "^8.42.0",
61
+ "@typescript-eslint/parser": "^8.42.0",
62
62
  "confusing-browser-globals": "^1.0.11",
63
63
  "eslint-import-resolver-node": "^0.3.9",
64
64
  "eslint-import-resolver-typescript": "^4.4.4",
@@ -86,13 +86,13 @@
86
86
  "eslint-plugin-security": "^3.0.1",
87
87
  "eslint-plugin-unicorn": "^60.0.0",
88
88
  "globals": "^16.3.0",
89
- "typescript-eslint": "^8.38.0"
89
+ "typescript-eslint": "^8.42.0"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "eslint": ">= 9"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@types/eslint-plugin-security": "^3.0.0",
96
- "@types/node": "^24.1.0"
96
+ "@types/node": "^24.3.0"
97
97
  }
98
98
  }