mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
More precise ESLint targets -- safer :)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user