.eslintrc.js 159 B

12345678
  1. module.exports = {
  2. root: true,
  3. extends: [
  4. 'weseek/typescript',
  5. 'plugin:cypress/recommended',
  6. ],
  7. plugins: ['@typescript-eslint', 'cypress'],
  8. };