Skip to content

Commit cc08a58

Browse files
refactor: remove unused ESLint rules (#1362)
1 parent 78b2b84 commit cc08a58

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

eslint.config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
import { eslintConfigNoJSDoc } from "@robot-inventor/eslint-config";
22

3-
export default [
4-
{
5-
ignores: [
6-
"**/*.guard.ts",
7-
]
8-
},
9-
...eslintConfigNoJSDoc
10-
];
3+
export default eslintConfigNoJSDoc;

0 commit comments

Comments
 (0)