mirror of
https://github.com/desktop/desktop
synced 2024-10-30 17:25:09 +00:00
10 lines
161 B
YAML
10 lines
161 B
YAML
rules:
|
|
unicorn/no-process-exit: off
|
|
import/no-commonjs: off
|
|
|
|
overrides:
|
|
- files: 'jest.config.js'
|
|
rules:
|
|
strict:
|
|
- error
|
|
- never
|