New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@crystal-ball/eslint-config-eloquence

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crystal-ball/eslint-config-eloquence - npm Package Versions

234

6.3.0

Diff

Changelog

Source

6.3.0 (2018-02-07)

💖 New

  • Additional warn in dev rules added
dhedgecock
published 6.2.1 •

Changelog

Source

6.2.1 (2018-02-07)

🛠 Fix

  • Function trailing commas removed to provide Node v7.4 compatability for Atom editors.
dhedgecock
published 6.2.0 •

Changelog

Source

6.2.0 (2017-12-11)

✨ Update

  • Node projects can now follow best practices and use console.log for outputting to stdout.
dhedgecock
published 6.1.2 •

dhedgecock
published 6.1.1 •

dhedgecock
published 6.1.0 •

Changelog

Source

6.1.0 (2017-11-17)

💖 New

  • Warnings for low importance, tedious rules are now able to be downgraded during normal development and linted as errors in test. This makes hacking easier 🎉 while still maintaining quality in tests.

Upgrade

  • Updated non Airbnb deps to latest.
dhedgecock
published 6.0.1 •

Changelog

Source

6.0.1 (2017-10-23)

🛠 Fix

  • Added specialLink value to to jsx-a11y/anchor-is-valid so that React Router <Link/> components validate correctly.
dhedgecock
published 6.0.0 •

Changelog

Source

6.0.0 (2017-10-22)

🔖 Release Notes

v6 updates the linting configurations to match the convention for typing in general and typing for React component props specifically.

The preferred method of adding static typing is with Flow. Support for TypeScript is dropped. Integration with Flow has proven to provide nearly all the benefits of TS with less overhead.

React component prop types should be typed using Flow. This removes the need for using hoisted function names to declare types before component definitions. Class properties or type definitions can be declared at the beginning of component files/definitions. This allows removal of the no-use-before-define customization.

dhedgecock
published 5.1.0 •

Changelog

Source

15.2.0 (2020-09-13)

✨ Update
  • Disable import/no-unassigned-imports ⚙️ (#244)(f5eae35), closes #244
dhedgecock
published 5.0.0 •

Changelog

Source

15.1.0 (2020-09-12)

✨ Update
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc