@fsvreddit/eslint-config 0.1.0 → 0.1.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/dist/index.js +1 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -56,6 +56,7 @@ const fsvconfig = [
56
56
  }],
57
57
  // Rules I don't want
58
58
  "@typescript-eslint/restrict-template-expressions": "off",
59
+ "@typescript-eslint/consistent-type-definitions": "off",
59
60
  // Extra code styling rules
60
61
  "@stylistic/array-bracket-newline": ["error", "consistent"],
61
62
  "@stylistic/array-element-newline": ["error", "consistent"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fsvreddit/eslint-config",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Shared ESLint configuration for fsvreddit projects",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -19,11 +19,11 @@
19
19
  "author": "fsv",
20
20
  "license": "BSD-3-Clause",
21
21
  "dependencies": {
22
- "@eslint/js": "^9.10.0",
23
- "@stylistic/eslint-plugin": "^5.2.0",
24
- "@vitest/eslint-plugin": "^1.1.0",
22
+ "@eslint/js": "^10.0.1",
23
+ "@stylistic/eslint-plugin": "^5.10.0",
24
+ "@vitest/eslint-plugin": "^1.6.27",
25
25
  "typescript": "^5.8.3",
26
- "typescript-eslint": "^8.50.0"
26
+ "typescript-eslint": "^8.68.0"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "eslint": ">= 10"