1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00
css/script/lint-ci
2021-03-25 13:43:57 -07:00

6 lines
116 B
Bash
Executable File

#!/bin/bash -e
npm run stylelint
npm run stylelint -- --report-needless-disables
npm run eslint
npm run eslint-docs