Skip to content

Commit b4b7486

Browse files
committed
Add plugin config to index.js
1 parent 260e3da commit b4b7486

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

stack/eslint-config/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,9 @@ module.exports = {
473473
// "Use strict" is redundant when using the TypeScript compiler.
474474
"strict": ["error", "never"],
475475

476+
// We're still experimenting with this plugin, so for now it is off by default.
477+
"tsdoc/syntax": "off",
478+
476479
// STANDARDIZED BY: eslint\conf\eslint-recommended.js
477480
"use-isnan": "error",
478481

0 commit comments

Comments
 (0)