Skip to content

Commit f240c5e

Browse files
author
Brijesh Bittu
committed
rebase
1 parent 5a01951 commit f240c5e

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"install:codesandbox": "pnpm install --no-frozen-lockfile",
4545
"jsonlint": "node ./scripts/jsonlint.mjs",
4646
"eslint": "eslint . --cache --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0",
47-
"eslint:ci": "eslint . --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0",
47+
"eslint:ci": "NODE_OPTIONS=\"--max_old_space_size=8192\" eslint . --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0",
4848
"stylelint": "stylelint --reportInvalidScopeDisables --reportNeedlessDisables \"docs/**/*.?(c|m)[jt]s?(x)\" --ignore-path .gitignore",
4949
"markdownlint": "markdownlint-cli2 \"**/*.md\"",
5050
"valelint": "pnpm vale sync && git ls-files | grep -h \".md$\" | xargs pnpm vale --filter='.Level==\"error\"'",

pnpm-lock.yaml

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)