.eslintrc.js 88 B

123
  1. module.exports = {
  2. extends: ['plugin:testing-library/react', 'sentry-app/strict'],
  3. };