@ncontiero/eslint-config 8.4.0 → 8.4.2

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.mjs +1 -2
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -1622,7 +1622,7 @@ function unicorn(options = {}) {
1622
1622
  "unicorn/consistent-date-clone": "error",
1623
1623
  "unicorn/consistent-empty-array-spread": "error",
1624
1624
  "unicorn/consistent-existence-index-check": "error",
1625
- "unicorn/consistent-function-scoping": "error",
1625
+ "unicorn/consistent-function-scoping": ["error", { checkArrowFunctions: false }],
1626
1626
  "unicorn/custom-error-definition": "error",
1627
1627
  "unicorn/dom-node-dataset": "error",
1628
1628
  "unicorn/error-message": "error",
@@ -1682,7 +1682,6 @@ function unicorn(options = {}) {
1682
1682
  "unicorn/prefer-query-selector": "error",
1683
1683
  "unicorn/prefer-reflect-apply": "error",
1684
1684
  "unicorn/prefer-regexp-test": "error",
1685
- "unicorn/prefer-simple-condition-first": "error",
1686
1685
  "unicorn/prefer-single-call": "error",
1687
1686
  "unicorn/prefer-string-replace-all": "error",
1688
1687
  "unicorn/prefer-string-slice": "error",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ncontiero/eslint-config",
3
3
  "type": "module",
4
- "version": "8.4.0",
4
+ "version": "8.4.2",
5
5
  "description": "Nicolas's ESLint config.",
6
6
  "author": {
7
7
  "name": "Nicolas Contiero",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@e18e/eslint-plugin": "^0.5.1",
41
41
  "@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
42
- "@eslint-react/eslint-plugin": "^5.14.10",
42
+ "@eslint-react/eslint-plugin": "^5.16.1",
43
43
  "@eslint/markdown": "^8.0.3",
44
44
  "@html-eslint/eslint-plugin": "^0.64.0",
45
45
  "@html-eslint/parser": "^0.64.0",
@@ -75,7 +75,7 @@
75
75
  "yaml-eslint-parser": "^2.1.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@changesets/cli": "2.31.0",
78
+ "@changesets/cli": "2.31.1",
79
79
  "@commitlint/cli": "21.2.1",
80
80
  "@commitlint/config-conventional": "21.2.0",
81
81
  "@eslint/config-inspector": "3.1.0",
@@ -90,7 +90,7 @@
90
90
  "nano-staged": "1.0.2",
91
91
  "tinyexec": "1.2.4",
92
92
  "tinyglobby": "0.2.17",
93
- "tsdown": "0.22.7",
93
+ "tsdown": "0.22.8",
94
94
  "tsx": "4.23.1",
95
95
  "typescript": "6.0.3",
96
96
  "vitest": "4.1.10"