chore: fix the lint script to be windows compatible

This commit is contained in:
Satyajit Sahoo
2020-07-02 16:53:35 +02:00
parent bce6c4fc3b
commit c1521e81e8

View File

@@ -17,7 +17,7 @@
},
"author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/), Michał Osadnik <micosa97@gmail.com> (https://github.com/osdnk/)",
"scripts": {
"lint": "eslint --ext '.js,.ts,.tsx' .",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"typescript": "tsc --noEmit --composite false",
"test": "jest",
"prerelease": "lerna run clean",