1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 01:04:04 +03:00
css/script/lint-ci

6 lines
116 B
Plaintext
Raw Normal View History

#!/bin/bash -e
2019-09-25 23:25:45 +03:00
npm run stylelint
npm run stylelint -- --report-needless-disables
npm run eslint
npm run eslint-docs