Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 19e3ba5

Browse files
authored
Merge pull request #128 from netlify/chore/fix-lockfile-linting
Fix linting of lock files with Renovate
2 parents 50cd16d + e90ae23 commit 19e3ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "npm run format && npm run test:dev",
2020
"format": "run-s format:*",
2121
"format:lint": "eslint --ignore-path .gitignore --fix --cache --format=codeframe --max-warnings=0 \"src/**/*.js\"",
22-
"format:prettier": "prettier --ignore-path .gitignore --write --loglevel warn \"src/**/*.js\" \"*.{js,md,yml,json}\"",
22+
"format:prettier": "prettier --ignore-path .gitignore --write --loglevel warn \"src/**/*.js\" \"*.{js,md,yml,json}\" \"!package-lock.json\"",
2323
"test:dev": "ava",
2424
"test:ci": "nyc -r lcovonly -r text -r json ava",
2525
"update-snapshots": "ava -u",

0 commit comments

Comments
 (0)