Skip to content

Commit 1f4a0bd

Browse files
committed
Don't lint/prettify package-lock.json
1 parent f600e67 commit 1f4a0bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
coverage/
33
dist/
44
node_modules/
5+
package-lock.json
56

67
# Ignore copied files, to keep the code as close to the original as possible.
78
**/external/

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
coverage/
33
dist/
44
node_modules/
5+
package-lock.json
56

67
# Ignore copied files, to keep the code as close to the original as possible.
78
**/external/

0 commit comments

Comments
 (0)