More precise ESLint targets -- safer :)

This commit is contained in:
kitajchuk
2021-04-26 20:52:54 -07:00
parent 1bf244e713
commit 4ba773e7e6

View File

@@ -9,7 +9,7 @@
"prebuild": "yarn lint",
"build": "next build",
"export": "next export",
"lint": "eslint ./ --ext js,jsx,ts,tsx"
"lint": "eslint components pages lib --ext js"
},
"author": "Jambonz Developers",
"license": "MIT",