@isentinel/eslint-config 0.5.1 → 0.5.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
@@ -1985,6 +1985,12 @@ async function react(options = {}) {
1985
1985
  rules: {
1986
1986
  "react-hooks/rules-of-hooks": "off"
1987
1987
  }
1988
+ },
1989
+ {
1990
+ files: [GLOB_TSX],
1991
+ rules: {
1992
+ "max-lines-per-function": "off"
1993
+ }
1988
1994
  }
1989
1995
  ];
1990
1996
  }
package/dist/index.js CHANGED
@@ -1923,6 +1923,12 @@ async function react(options = {}) {
1923
1923
  rules: {
1924
1924
  "react-hooks/rules-of-hooks": "off"
1925
1925
  }
1926
+ },
1927
+ {
1928
+ files: [GLOB_TSX],
1929
+ rules: {
1930
+ "max-lines-per-function": "off"
1931
+ }
1926
1932
  }
1927
1933
  ];
1928
1934
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
3
  "type": "module",
4
- "version": "0.5.1",
4
+ "version": "0.5.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -111,7 +111,7 @@
111
111
  "simple-git-hooks": "^2.11.1",
112
112
  "tsup": "^8.0.2",
113
113
  "typescript": "^5.4.5",
114
- "@isentinel/eslint-config": "0.5.1"
114
+ "@isentinel/eslint-config": "0.5.2"
115
115
  },
116
116
  "simple-git-hooks": {
117
117
  "pre-commit": "pnpm lint-staged"