1
1
mirror of https://github.com/primer/css.git synced 2024-11-13 08:04:16 +03:00

lint: lint JS files

This commit is contained in:
Shawn Allen 2019-02-11 13:54:47 -08:00
parent 0524e78686
commit 4389295f02

View File

@ -23,13 +23,13 @@
"build-storybook": "build-storybook -o build",
"check-links": "script/check-links http://localhost:3000/css -v",
"lint": "stylelint --quiet --syntax scss src/**/*.scss",
"lint-js": "eslint lib docs",
"now-build": "next build",
"now-start": "next start",
"postlint": "echo 'TODO: eslint docs pages'",
"postlint": "npm run lint-js",
"postpublish": "script/postpublish",
"prepare": "npm run dist",
"prepublishOnly": "script/prepublish",
"postpublish": "script/postpublish",
"publish-storybook": "npm run storybook && gh-pages -d build -b gh-pages -r https://github.com/primer/storybook",
"start": "next dev",
"start-storybook": "start-storybook -p 8000 -c .storybook",