-
Notifications
You must be signed in to change notification settings - Fork 66
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
| 'filenames/match-regex': ['error', '^[a-z0-9-]+(.[a-z0-9-]+)?$'], |
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",
},
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.