JSPM

@qooxdoo/eslint-config-jsdoc-disable

2.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 309
  • Score
    100M100P100Q105991F
  • License MIT

a disble configuration for jsdoc

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

License

MIT