Skip to content

Commit f947f5a

Browse files
Merge pull request #10 from strvcom:chore/eslint/v9
chore: upgrade to ESLint v9
2 parents 21c5ffa + 5696d96 commit f947f5a

File tree

4 files changed

+1216
-1117
lines changed

4 files changed

+1216
-1117
lines changed

eslint.config.mjs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const globs = {
1313
dts: '**/*.d.ts',
1414
}
1515

16-
/** @type {Array<import("eslint").Linter.FlatConfig>} */
16+
/** @type {Array<import("eslint").Linter.Config>} */
1717
const config = [
1818
{ linterOptions: {
1919
reportUnusedDisableDirectives: true,
@@ -32,12 +32,6 @@ const config = [
3232
{ files: [globs.ts], ...tsopt },
3333
{ files: [globs.ts], ...tsstyle },
3434

35-
{ files: [globs.ts],
36-
languageOptions: {
37-
parserOptions: { project: './tsconfig.json' },
38-
},
39-
rules: {} },
40-
4135
{ files: [globs.mjs, globs.ts],
4236
rules: {
4337
// We depend on TypeScript and tests to catch unresolved module paths

0 commit comments

Comments
 (0)