module.exports = { extends: ['../base/.eslintrc.js'], parser: '@typescript-eslint/parser', plugins: ['@typescript-eslint'], rules: { 'react/sort-comp': 'off', }, }