Package Exports
- @qooxdoo/eslint-config-jsdoc-disable
- @qooxdoo/eslint-config-jsdoc-disable/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@qooxdoo/eslint-config-jsdoc-disable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eslint-config-jsdoc
a disable configuration for jsdoc
Install
$ npm install --save @qooxdoo/eslint-config-jsdoc-disable
Usage
For ESLint 9+ (flat config):
import jsdocDisable from '@qooxdoo/eslint-config-jsdoc-disable';
export default [
...jsdocDisable
];
For legacy ESLint (deprecated):
{
"extends": "@qooxdoo/jsdoc-disable"
}
Authors
- Henner Kollmann: hkollmann
License
MIT