Skip to content

Commit 5ba3149

Browse files
committed
Only apps should have lockfiles.
1 parent 98f2224 commit 5ba3149

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
# gitignore
2+
13
node_modules
4+
5+
# Only apps should have lockfiles
6+
yarn.lock
7+
package-lock.json

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.npmrc

packages/eslint-config-airbnb/.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.npmrc

0 commit comments

Comments
 (0)