- Removed the es5 preset
- Removed the
node
environment from the test preset - manually combine with base or frontend preset
- Added
babel-eslint
as parser for ES7 code (babel, module, frontend and react presets) - Added universal preset for shared Node/browser code
- Added
warning
when trying to include a Node core module in webpack bundles
- The module preset should now be used to extend a base preset
- Relaxed
new-cap
rule to ignore object properties - Relaxed
no-console
rule to only warn aboutconsole.debug
calls in node environment - Completely refactored the structure of all configurations
- Fixed
jsx-boolean-value
rule for react configurations
- Changed React
prop-type
rule fromwarning
toerror
- Fixed
refer-spread
rule towarning
Removed preferGlobal
from package.json
1.0.2 - 2016-03-15
- Disabled
no-sync
rule for tool preset - Changed
no-sync
fromwarning
toerror
for other presets
1.0.1 - 2016-03-07
Refactoring only
1.0.0 - 2016-03-07
- Updated for
eslint 2.x.x
: No longer compatible with1.x.x
- Added
func-style
rule to prefer declaration over expression - Updated peerDependency
eslint
to2.0.0
andeslint-plugin-react
to4.2.0
- Added Webpack globals to frontend preset
0.0.12 - 2016-03-07
- Ignoring
camelcase
rule for properties of objects
0.0.11 - 2016-03-07
- Fixed support for
experimentalObjectRestSpread
in babel preset
0.0.10 - 2016-02-16
- Added react preset
- Removed
node
environment from frontend preset
0.0.9 - 2016-02-16
- Added babel preset for Babel transpiled (stage-2) code
- Added module preset for ES6 modules
- Updated es6 rule to only accept ECMA features that NodeJS natively supports
0.0.8 - 2016-02-16
- Removed
node
environment from es5 preset
0.0.7 - 2016-01-28
- Added
prefer-spread
aswarning
(all presets)
0.0.6 - 2016-01-27
- Added tool preset for development code
0.0.5 - 2016-01-20
- Changed
require-jsdoc
fromerror
towarning
for frontend
0.0.4 - 2016-01-18
- Removed the jQuery
$
global from frontend - Added
eslint
andeslint-plugin-react
as apeerDependency
- Removed
no-extra-parens
rule for frontend as it conflicted with the Reactwrap-multilines
rule
0.0.3 - 2015-12-08
- Changed
no-shadow
fromerror
towarning
(all presets)
0.0.2 - 2015-12-03
Initial release