@kayahr/oxlint-config 1.24.0 → 1.26.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/.oxlintrc.json +2 -0
  2. package/package.json +1 -1
package/.oxlintrc.json CHANGED
@@ -78,6 +78,7 @@
78
78
  "eslint/no-shadow": "off",
79
79
  "eslint/no-ternary": "off",
80
80
  "eslint/no-undefined": "off",
81
+ "eslint/no-unmodified-loop-condition": "off",
81
82
  "eslint/no-unused-vars": "off",
82
83
  "eslint/no-use-before-define": "off",
83
84
  "eslint/no-void": "off",
@@ -143,6 +144,7 @@
143
144
  "typescript/prefer-readonly-parameter-types": "off",
144
145
  "typescript/promise-function-async": "off",
145
146
  "typescript/restrict-template-expressions": "off",
147
+ "typescript/unified-signatures": "off",
146
148
  "typescript/unbound-method": "off",
147
149
  "unicorn/consistent-function-scoping": "off",
148
150
  "unicorn/filename-case": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kayahr/oxlint-config",
3
- "version": "1.24.0",
3
+ "version": "1.26.0",
4
4
  "description": "Shared oxlint config for @kayahr projects",
5
5
  "type": "module",
6
6
  "exports": "./.oxlintrc.json",