1
1
mirror of https://github.com/primer/css.git synced 2024-11-13 08:04:16 +03:00
css/script/lint-ci
2019-09-25 13:25:45 -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