Skip to content

Commit 399a6ae

Browse files
committed
fix: corrected the path of 'lint:fix'
- now it points the ./eslintrc correctly
1 parent a5b593b commit 399a6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/multi-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test": "npm run test:unit",
3333
"test:unit": "cross-env CI=true jest --coverage",
3434
"lint": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore .",
35-
"lint:fix": "eslint --max-warnings 0 --config .../../eslintrc --ignore-path ../../.eslintignore . --fix",
35+
"lint:fix": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore . --fix",
3636
"generate:readme:toc": "markdown-toc -i \"../../README.md\"",
3737
"generate:assets": "npm run generate:readme:toc",
3838
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",

0 commit comments

Comments
 (0)