@isentinel/eslint-config 4.7.3 → 4.7.4

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 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -6175,7 +6175,7 @@ async function stylistic(options = {}, prettierOptions = {}) {
6175
6175
  files: [GLOB_SRC],
6176
6176
  rules: {
6177
6177
  ...config.rules,
6178
- "antfu/consistent-list-newline": "error",
6178
+ "antfu/consistent-list-newline": "off",
6179
6179
  "antfu/if-newline": "off",
6180
6180
  "antfu/top-level-function": "error",
6181
6181
  "arrow-style/no-export-default-arrow": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
- "version": "4.7.3",
3
+ "version": "4.7.4",
4
4
  "description": "iSentinel's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config",
@@ -125,7 +125,7 @@
125
125
  "tsx": "4.21.0",
126
126
  "type-fest": "5.3.1",
127
127
  "typescript": "5.9.3",
128
- "@isentinel/eslint-config": "4.7.3"
128
+ "@isentinel/eslint-config": "4.7.4"
129
129
  },
130
130
  "peerDependencies": {
131
131
  "@vitest/eslint-plugin": "^1.0.0",