@infernodesign/eslint-config 1.3.1 → 1.3.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/cli.js CHANGED
@@ -9,7 +9,7 @@ import parse from "parse-gitignore";
9
9
  import { execSync } from "node:child_process";
10
10
 
11
11
  //#region package.json
12
- var version = "1.3.1";
12
+ var version = "1.3.2";
13
13
 
14
14
  //#endregion
15
15
  //#region src/cli/constants.ts
package/dist/index.js CHANGED
@@ -374,7 +374,6 @@ async function stylistic(options = {}) {
374
374
  ...lessOpinionated ? { curly: ["error", "all"] } : {
375
375
  "antfu/curly": "error",
376
376
  "antfu/if-newline": "error",
377
- "antfu/top-level-function": "error",
378
377
  "style/array-bracket-spacing": ["error", "always"],
379
378
  "style/arrow-parens": ["error", "as-needed"],
380
379
  "style/arrow-spacing": ["error", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@infernodesign/eslint-config",
3
3
  "description": "ESLint config for Inferno Design.",
4
- "version": "1.3.1",
4
+ "version": "1.3.2",
5
5
  "type": "module",
6
6
  "author": "Inferno Design <support@infernodesign.com>",
7
7
  "license": "MIT",