We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260e3da commit b4b7486Copy full SHA for b4b7486
1 file changed
stack/eslint-config/index.js
@@ -473,6 +473,9 @@ module.exports = {
473
// "Use strict" is redundant when using the TypeScript compiler.
474
"strict": ["error", "never"],
475
476
+ // We're still experimenting with this plugin, so for now it is off by default.
477
+ "tsdoc/syntax": "off",
478
+
479
// STANDARDIZED BY: eslint\conf\eslint-recommended.js
480
"use-isnan": "error",
481
0 commit comments