@k03mad/oxlint-config 0.8.1 → 0.9.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.
Files changed (2) hide show
  1. package/.oxlintrc.json +7 -6
  2. package/package.json +3 -3
package/.oxlintrc.json CHANGED
@@ -182,28 +182,29 @@
182
182
  "unicorn/no-process-exit": "off",
183
183
  "unicorn/require-array-join-separator": "off",
184
184
 
185
+ "array-callback-return": "off",
185
186
  "capitalized-comments": "off",
186
187
  "class-methods-use-this": "off",
187
- "sort-imports": "off",
188
- "array-callback-return": "off",
189
188
  "complexity": "off",
190
189
  "id-length": "off",
191
190
  "init-declarations": "off",
192
- "max-lines-per-function": "off",
193
- "no-continue": "off",
194
- "no-promise-executor-return": "off",
195
- "no-undefined": "off",
196
191
  "max-depth": "off",
192
+ "max-lines-per-function": "off",
197
193
  "max-lines": "off",
198
194
  "max-params": "off",
199
195
  "max-statements": "off",
200
196
  "no-await-in-loop": "off",
201
197
  "no-console": "off",
198
+ "no-continue": "off",
202
199
  "no-magic-numbers": "off",
203
200
  "no-plusplus": "off",
201
+ "no-promise-executor-return": "off",
204
202
  "no-ternary": "off",
203
+ "no-undefined": "off",
205
204
  "no-underscore-dangle": "off",
205
+ "prefer-named-capture-group": "off",
206
206
  "require-unicode-regexp": "off",
207
+ "sort-imports": "off",
207
208
  "sort-keys": "off"
208
209
  }
209
210
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/oxlint-config",
3
- "version": "0.8.1",
3
+ "version": "0.9.1",
4
4
  "description": "My Oxlint config",
5
5
  "license": "MIT",
6
6
  "maintainers": [
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "devDependencies": {
18
18
  "husky": "9.1.7",
19
- "oxfmt": "0.49.0",
20
- "oxlint": "1.64.0"
19
+ "oxfmt": "0.53.0",
20
+ "oxlint": "1.68.0"
21
21
  },
22
22
  "engines": {
23
23
  "node": ">=24"