You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import cheminfo from 'eslint-config-cheminfo-typescript';
import globals from 'globals';
export default [
...cheminfo,
{
languageOptions: {
globals: {
...globals.node,
},
},
rules: {
"jsdoc/require-jsdoc": "off", // this would add automatically an empty bloc of JsDoc
"jsdoc/no-defaults": "off", // this would remove our default values https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/no-defaults.md#readme