@vinicunca/eslint-config 2.6.1 → 2.6.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.
package/dist/index.cjs CHANGED
@@ -1065,6 +1065,8 @@ async function stylistic(options = {}) {
1065
1065
  },
1066
1066
  rules: {
1067
1067
  ...config.rules,
1068
+ "antfu/consistent-list-newline": "error",
1069
+ "antfu/top-level-function": "error",
1068
1070
  "curly": [ERROR, "all"],
1069
1071
  "style/array-bracket-newline": [ERROR, CONSISTENT],
1070
1072
  "style/array-bracket-spacing": [ERROR, NEVER],