rules:
unicorn/no-process-exit: off
import/no-commonjs: off
overrides:
- files: 'jest.config.js'
strict:
- error
- never