mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
10 lines
No EOL
142 B
YAML
10 lines
No EOL
142 B
YAML
linters:
|
|
./**/*.{js,jsx}:
|
|
- standard --fix
|
|
- git add
|
|
./**/*.{ts,tsx}:
|
|
- tslint --fix
|
|
- stylelint --fix
|
|
- git add
|
|
|
|
|