We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711e6e0 commit 56d6360Copy full SHA for 56d6360
packages/multi-parser/package.json
@@ -32,7 +32,7 @@
32
"test": "npm run test:unit",
33
"test:unit": "cross-env CI=true jest --coverage",
34
"lint": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore .",
35
- "lint:fix": "eslint --max-warnings 0 --config .../../eslintrc --ignore-path ../../.eslintignore . --fix",
+ "lint:fix": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore . --fix",
36
"generate:readme:toc": "markdown-toc -i \"../../README.md\"",
37
"generate:assets": "npm run generate:readme:toc",
38
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
0 commit comments