Skip to content

Commit 56d6360

Browse files
committed
fix: corrected the path of 'lint:fix'
- now it points the ./eslintrc correctly
1 parent 711e6e0 commit 56d6360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/multi-parser/package.json

+1-1
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)