This package has been deprecated

Author message:

did not work, do not bother using

eslint-plugin-legacy-decorators

1.0.0 • Public • Published

eslint-plugin-legacy-decorators

Tiny plugin to add { legacyDecorators: true } to eslint parser options. This is particularly useful with standard.

Install

Use npm to install.

npm install eslint-plugin-legacy-decorators --save

Usage

After installing, add the plugin to your standard configuration (or other linter).

  // ... in package.json ...
  "semistandard": {
    "parser": "babel-eslint",
    "plugins": ["legacy-decorators"]
  }

License

MIT, see LICENSE.md for details.

Package Sidebar

Install

npm i eslint-plugin-legacy-decorators

Weekly Downloads

341

Version

1.0.0

License

MIT

Unpacked Size

2.65 kB

Total Files

4

Last publish

Collaborators

  • mattdesl