github-desktop/script/.eslintrc.yml

11 lines
161 B
YAML
Raw Normal View History

rules:
unicorn/no-process-exit: off
import/no-commonjs: off
2018-12-31 18:35:09 +00:00
overrides:
- files: 'jest.config.js'
rules:
strict:
- error
- never