We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397693a commit f21ee51Copy full SHA for f21ee51
1 file changed
extensions/ql-vscode/.eslintrc.js
@@ -67,7 +67,7 @@ const baseConfig = {
67
"github/array-foreach": "off",
68
"github/no-then": "off",
69
"react/jsx-key": ["error", { checkFragmentShorthand: true }],
70
- "import/no-cycle": "off",
+ "import/no-cycle": "error",
71
// Never allow extensions in import paths, except for JSON files where they are required.
72
"import/extensions": ["error", "never", { json: "always" }],
73
},
0 commit comments