Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Dec 26, 2024
1 parent ee20cbf commit 2f63d83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,20 @@ export default tseslint.config(
"simple-import-sort/exports": "error",
},
},
{
files: ["test/**/*.ts"],
rules: {
"@typescript-eslint/no-non-null-assertion": "off",
},
},
prettier,
{
ignores: [
"node_modules",
"coverage",
"dist",
"test/fixtures",
"eslint.config.mjs",
"eslint.config.js",
],
},
);

0 comments on commit 2f63d83

Please sign in to comment.