Skip to content

Commit f21ee51

Browse files
committed
Enable import/no-cycle ESLint rule
1 parent 397693a commit f21ee51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const baseConfig = {
6767
"github/array-foreach": "off",
6868
"github/no-then": "off",
6969
"react/jsx-key": ["error", { checkFragmentShorthand: true }],
70-
"import/no-cycle": "off",
70+
"import/no-cycle": "error",
7171
// Never allow extensions in import paths, except for JSON files where they are required.
7272
"import/extensions": ["error", "never", { json: "always" }],
7373
},

0 commit comments

Comments
 (0)