Closed
Description
thank for the work on updating this , I saw #578 but I think there's at least one more reference to the plugin the recommended section
export default [{
files: [
"src/**/*.ts",
"__tests__/**/*.ts",
],
ignores: [
"**/dist/",
"**/lib/",
"**/node_modules/",
"**/jest.config.js",
],
}, ...compat.extends("plugin:github/recommended"), {
plugins: {
"@typescript-eslint": typescriptEslint,
},
languageOptions: {
globals: {
...globals.node,
},
parser: tsParser,
ecmaVersion: 2023,
sourceType: "module",
parserOptions: {
project: "./tsconfig.json",
},
},
Metadata
Metadata
Assignees
Labels
No labels