.eslintrc.js 66 B

12345
  1. module.exports = {
  2. rules: {
  3. 'jest/no-hooks': 'off',
  4. },
  5. };