mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
14 lines
No EOL
224 B
YAML
14 lines
No EOL
224 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
|
|
|
|
|