q9
This commit is contained in:
12
node_modules/chai/eslint.config.js
generated
vendored
Normal file
12
node_modules/chai/eslint.config.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import jsdoc from "eslint-plugin-jsdoc";
|
||||
|
||||
export default [
|
||||
jsdoc.configs["flat/recommended"],
|
||||
{
|
||||
rules: {
|
||||
"jsdoc/require-param-description": "off",
|
||||
"jsdoc/require-returns-description": "off",
|
||||
"jsdoc/tag-lines": ["error", "any", { startLines: 1 }],
|
||||
},
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user