UNPKG

@o3r/eslint-config-otter

Version:

Recommended eslint configuration for Otter project

13 lines (12 loc) 192 B
module.exports = { extends: [ 'plugin:jest/recommended' ], plugins: [ 'jest' ], rules: { 'jest/no-conditional-expect': 'warn', 'jest/no-done-callback': 'warn' } };