Socket
Socket
Sign inDemoInstall

eslint-plugin-etc

Package Overview
Dependencies
142
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
9Next

1.1.1

Diff

Changelog

Source

1.1.1 (2020-10-27)

Changes

  • Specify Node 10 as the minimum engines in package.json and downlevel to ES2018.

<a name="1.1.0"></a>

cartant
published 1.1.0 •

Changelog

Source

1.1.0 (2020-10-26)

Features

  • Add the prefer-interface rule. (ccf6a02)

<a name="1.0.2"></a>

cartant
published 1.0.2 •

Changelog

Source

1.0.2 (2020-10-23)

Changes

  • Specify engines in package.json.
  • Downlevel the TypeScript output to ES2019.

<a name="1.0.1"></a>

cartant
published 1.0.1 •

Changelog

Source

1.0.1 (2020-10-22)

Changes

  • Update README.md.

<a name="1.0.0"></a>

cartant
published 1.0.0 •

Changelog

Source

1.0.0 (2020-10-22)

Breaking Changes

  • Remove deprecated rules.

Changes

  • Add rule docs.

<a name="0.0.3-beta.48"></a>

cartant
published 0.0.3-beta.50 •

cartant
published 0.0.3-beta.49 •

cartant
published 0.0.3-beta.48 •

Changelog

Source

0.0.3-beta.48 (2020-10-01)

Changes

  • A no-internal rule has been added.
  • The deprecation rule has been deprecated and renamed to no-deprecated.
  • The ban-imports rule has been deprecated in favour of the built-in ESLint rule no-restricted-imports.
  • The deprecated rules will be removed when the beta ends.

<a name="0.0.3-beta.46"></a>

cartant
published 0.0.3-beta.47 •

cartant
published 0.0.3-beta.46 •

Changelog

Source

0.0.3-beta.46 (2020-09-25)

Breaking Changes

  • Removed the no-unused-declarations rule. Now that the official TypeScript ESLint plugin has a proper implementation of no-unused-vars, no-unused-declaration is pretty much redundant and I would prefer not to support it. If anyone needs to differentiate between vars and imports, the eslint-plugin-unused-imports plugin includes no-unused-vars-ts and no-unused-imports-ts rules - and the latter has a fixer.
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