1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// import tseslint from 'typescript-eslint' // import prettier from 'eslint-config-prettier' // // export default tseslint.config( // { // ignores: ['dist', 'src/api'] // }, // { // files: ['**/*.{ts,tsx}'], // extends: [ // ...tseslint.configs.recommended, // prettier, // Disables conflicting ESLint rules // ], // } // )