@vinicunca/eslint-config 2.15.4 → 2.15.5

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/index.d.cts CHANGED
@@ -14748,7 +14748,7 @@ type TsConsistentTypeAssertions = []|[({
14748
14748
  assertionStyle: "never"
14749
14749
  } | {
14750
14750
 
14751
- assertionStyle: ("as" | "angle-bracket")
14751
+ assertionStyle?: ("as" | "angle-bracket")
14752
14752
 
14753
14753
  objectLiteralTypeAssertions?: ("allow" | "allow-as-parameter" | "never")
14754
14754
  })]
package/dist/index.d.ts CHANGED
@@ -14748,7 +14748,7 @@ type TsConsistentTypeAssertions = []|[({
14748
14748
  assertionStyle: "never"
14749
14749
  } | {
14750
14750
 
14751
- assertionStyle: ("as" | "angle-bracket")
14751
+ assertionStyle?: ("as" | "angle-bracket")
14752
14752
 
14753
14753
  objectLiteralTypeAssertions?: ("allow" | "allow-as-parameter" | "never")
14754
14754
  })]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "2.15.4",
4
+ "version": "2.15.5",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",
@@ -115,9 +115,9 @@
115
115
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
116
116
  "@eslint/markdown": "^6.2.1",
117
117
  "@stylistic/eslint-plugin": "^2.12.1",
118
- "@typescript-eslint/eslint-plugin": "^8.18.1",
119
- "@typescript-eslint/parser": "^8.18.1",
120
- "@unocss/eslint-plugin": "^0.65.2",
118
+ "@typescript-eslint/eslint-plugin": "^8.18.2",
119
+ "@typescript-eslint/parser": "^8.18.2",
120
+ "@unocss/eslint-plugin": "^0.65.3",
121
121
  "@vitest/eslint-plugin": "^1.1.20",
122
122
  "eslint-config-flat-gitignore": "^0.3.0",
123
123
  "eslint-flat-config-utils": "^0.4.0",
@@ -128,7 +128,7 @@
128
128
  "eslint-plugin-import-x": "^4.6.1",
129
129
  "eslint-plugin-jsdoc": "^50.6.1",
130
130
  "eslint-plugin-jsonc": "^2.18.2",
131
- "eslint-plugin-n": "^17.15.0",
131
+ "eslint-plugin-n": "^17.15.1",
132
132
  "eslint-plugin-no-only-tests": "^3.3.0",
133
133
  "eslint-plugin-perfectionist": "^4.4.0",
134
134
  "eslint-plugin-regexp": "^2.7.0",