1
1
mirror of https://github.com/primer/css.git synced 2024-12-02 07:53:06 +03:00

lint deprecations.js

This commit is contained in:
Shawn Allen 2019-09-05 12:37:55 -07:00
parent 5c43eea7dd
commit 3077a09705

View File

@ -27,7 +27,7 @@
"check-links": "script/check-links http://localhost:3000/css -v", "check-links": "script/check-links http://localhost:3000/css -v",
"lint": "npm-run-all -s lint-css lint-js", "lint": "npm-run-all -s lint-css lint-js",
"lint-css": "stylelint --quiet --syntax scss src/**/*.scss", "lint-css": "stylelint --quiet --syntax scss src/**/*.scss",
"lint-js": "eslint lib docs .storybook", "lint-js": "eslint script lib docs deprecations.js .storybook",
"now-build": "npm run dist && next build", "now-build": "npm run dist && next build",
"now-start": "next start", "now-start": "next start",
"now-test": "npm-run-all -s now-build now-start", "now-test": "npm-run-all -s now-build now-start",