Socket
Socket
Sign inDemoInstall

eslint-plugin-legacy-decorators

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-plugin-legacy-decorators

Adds legacy decorator syntax


Version published
Weekly downloads
839
increased by19.69%
Maintainers
1
Install size
2.59 kB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 27 Jul 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc