@crystal-ball/eslint-config-eloquence
Advanced tools
Comparing version 6.1.2 to 6.2.0
# 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
59388
169