mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-26 12:39:12 +00:00
14 lines
No EOL
233 B
YAML
14 lines
No EOL
233 B
YAML
linters:
|
|
lib/**/*.{js,jsx}:
|
|
- standard --fix
|
|
- git add
|
|
lib/**/*.d.ts:
|
|
- tslint --fix
|
|
- git add
|
|
src/**/*.{ts,tsx}:
|
|
- tslint --fix
|
|
- stylelint --fix
|
|
- jest --bail --findRelatedTests
|
|
- git add
|
|
|
|
|