All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2018-10-01)
- package: update
eslint
v4.13.1...5.6.0 (devDependencies|peerDependencies
) (a5a6594)
- package: minimum require
eslint
version is now5.6.0
2.0.4 (2018-04-01)
- import/order: Incorrect config syntax (fe40e36)
2.0.3 (2018-04-01)
- import/order: Chage import order from error to warn (960c93f)
- import/order: Update rule to not conflict with prettier (a8635f0)
2.0.2 (2017-12-17)
- All nested ternary (943e3f9)
- Warn for dynamic require (93154f3)
- Warn for global require (f805656)
- Warn on deconstructing (5c281f1)
- Warn on param reasign (9067359)
2.0.1 (2017-12-14)
- Scopes package under contrib npm org (d589b67)
2.0.0 (2017-12-14)
- style issues: Typo in
new parens
rule (7b7c012)
- best practices: Update rules for Prettier integration (385aac8)
- es6: Update rules for Prettier integration (2798140)
- possible errors: Update rules for Prettier integration (c95baae)
- style issues: Update rules for Prettier integration (4018072)
- style issues: Requires min eslint version of 4.x.
- style issues: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.
- possible errors: Requires min eslint version of 4.x.
- possible errors: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.
- es6: Requires min eslint version of 4.x.
- es6: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.
- best practices: Requires min eslint version of 4.x.
- best practices: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.
1.2.5 (2017-06-12)
- peerDep range (3200392)
1.2.4 (2017-06-12)
- Allow eslint 4.x via peerDep (74b078b)
1.2.3 (2017-05-08)
1.2.2 (2017-05-01)
1.2.1 (2017-03-29)
- syntax error in stylistic rules (3a0176f)
1.2.0 (2017-03-29)
1.1.1 (2017-03-16)
- variables: Enable ignoreRestSiblings (9d0b234)
1.1.0 (2017-03-05)
1.0.0 (2017-01-28)
- es2015: drop deprecated rule (7ccaef6)
- node: add env mocha to node rules (1fc3832)
- rules: update remaining v2 syntax (71e617a)
- stylistic: add missing comma-dangle rule (e47d255)
- rules: add best practices rule set (c4742c0)
- rules: add entrypoint (b921de4)
- rules: add es2015 rule set (861edb8)
- rules: add imports rule set (3e6eb77)
- rules: add node rule set (2201d52)
- rules: add possible errors rule set (08cde67)
- rules: add stylistic rule set (bff21c7)
- rules: add variables rule set (daabb4f)