Skip to content

Commit

Permalink
feat: update example config
Browse files Browse the repository at this point in the history
  • Loading branch information
Delnegend committed Dec 5, 2024
1 parent 698c8e6 commit 396fbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export default [
{ name: "hagemanto/test/include", files: ["test.ts"] },
{ name: "hagemanto/test/exclude", ignores: ["eslint.config.js", "lib/index.js", "lib/rules.js"] },

...hagemanto({enablePrettier: false}),
...hagemanto({styler: "stylistic", enableJsx: true, enableTs: true}),
{ name: "hagemanto/test/parser-options", languageOptions: { parserOptions: { project: "./tsconfig.json" } } },
];

0 comments on commit 396fbd1

Please sign in to comment.