{ "$schema": "https://json.schemastore.org/eslintrc.json", "root": true, "extends": ["neon/common", "neon/node", "neon/prettier"], "rules": { "jsdoc/valid-types": 0, "jsdoc/check-tag-names": 0, "jsdoc/no-undefined-types": 0 } }