We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8dba7 commit 7b17a80Copy full SHA for 7b17a80
1 file changed
package.json
@@ -15,7 +15,7 @@
15
"build:dev": "webpack --env development",
16
"build:test": "webpack --config test.config.js",
17
"eslint": "eslint 'src/**' 'tests/**'",
18
- "lint": "npm run eslint && npm run prettier -- --list-different && npm run knip",
+ "lint": "NODE_OPTIONS=\"--max-old-space-size=5120\" npm run eslint && npm run prettier -- --list-different && npm run knip",
19
"lint:fix": "npm run eslint -- --fix && npm run prettier -- --write",
20
"prepublishOnly": "npm run build && npx tsc",
21
"prettier": "prettier './*.{ts,js,cjs,json,md,yml}' '{src,tests}/**/*.{ts,js,cjs}'",
0 commit comments