yacd/.eslintrc.yml

15 lines
218 B
YAML
Raw Normal View History

2018-10-20 20:32:02 +08:00
---
extends:
2019-03-28 21:43:11 +08:00
- react-app
2018-10-20 20:32:02 +08:00
- eslint:recommended
globals:
__DEV__: true
2018-10-20 20:32:02 +08:00
# Promise: true
rules:
quotes: ["error", "single"]
strict: ["error", "never"]
no-console: "warn"
react-hooks/rules-of-hooks: error