Merge pull request #410 from shocknet/avoid-npm

Avoids accidentally running npm
This commit is contained in:
CapDog 2021-06-26 12:16:02 -04:00 committed by GitHub
commit 6943014001
2 changed files with 4 additions and 0 deletions

1
.npmrc Normal file
View file

@ -0,0 +1 @@
engine-strict = true

View file

@ -110,5 +110,8 @@
"hooks": {
"pre-commit": "yarn lint && yarn typecheck && yarn lint-staged"
}
},
"engines": {
"npm": "Use yarn!"
}
}