1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00

lint script

This commit is contained in:
Nebel 2019-04-24 00:43:02 +09:00
parent c2d3f7ab99
commit 77cda67b7e

View file

@ -26,6 +26,7 @@
"prettier": "^1.17.0"
},
"scripts": {
"dev": "next"
"dev": "next",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ."
}
}