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 Compare versions

Comparing version 6.1.2 to 6.2.0

24

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and
this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [6.2.0] - 2017-12-11
### Changed
* Node projects can now follow best practices and use `console.log` for outputting
to stdout.
## [6.1.0] - 2017-11-17
### Added
- Warnings for low importance, tedious rules are now able to be downgraded during
* 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 🎉

@@ -16,10 +26,14 @@ while still maintaining quality in tests.

### Changed
- Updated non Airbnb deps to latest.
* Updated non Airbnb deps to latest.
## [6.0.1] - 2017-10-23
### Fixed
- Added `specialLink` value `to` to `jsx-a11y/anchor-is-valid` so that React Router
* Added `specialLink` value `to` to `jsx-a11y/anchor-is-valid` so that React Router
`<Link/>` components validate correctly.
## [6.0.0] - 2017-10-22
v6 updates the linting configurations to match the convention for typing in general

@@ -26,0 +40,0 @@ and typing for React component props specifically.

@@ -23,3 +23,5 @@ /**

'import/extensions': ['error', 'always', { js: 'never', mjs: 'never' }],
// It is best practice to console.log to stdout with Node(Docker) modules
'no-console': 'off',
},
}
{
"name": "@crystal-ball/eslint-config-eloquence",
"version": "6.1.2",
"version": "6.2.0",
"description": "Organization linting rules",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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