UNPKG

eslint-plugin-tribou

Version:

Start with JS Standard Style but push towards better readability, git-awareness, vim-usability, and React and ES6 best practices

91 lines (74 loc) 3.18 kB
# Change Log All notable changes to this project will be documented in this file. ## [2.0.0] - 2018-05-25 ### Maintenance - BREAKING: Major dependency upgrades - Fixed affected tests which included changes to `prefer-destructuring` and `function-paren-newline` ## [1.3.2] - 2018-05-25 ### Maintenance - Non-major dependency upgrades ## [1.3.0] - 2017-10-02 ### Maintenance - Non-major dependency upgrades ## [1.2.0] - 2017-08-20 ### Added - Add support for eslint v4 ### Maintenance - Dependency upgrades. ## [1.1.0] - 2017-07-16 ### Changed - Removed `react/prefer-stateless-function` restriction - Added warning when using `React.Component` to suggest `React.PureComponent` with Flow covariant instructions. ### Maintenance - Dependency upgrades. - CircleCI auto-versioning script. ## [1.0.5] - 2017-06-22 ### Fixed - Remove yarn `package.engine` restriction. ## [1.0.4] - 2017-06-17 ### Maintenance - Dependency upgrades. ## [1.0.3] - 2017-06-17 ### Maintenance - CircleCI migration to v2.0 and include node v8 in tests. ## [1.0.2] - 2017-06-03 ### Maintenance - Add `flow-typed` definitions and add flow tests. ## [1.0.1] - 2017-06-02 ### Maintenance - Add CHANGELOG and update README. ## [1.0.0] - 2017-06-02 ### Changed - `arrow-body-style`: Relaxed rules to use `'as-needed'` which allows one-line lambdas, simpler stateless React components, easier currying, and return shorthand for object literals. - `arrow-parens`: Relaxed rules to use `'as-needed'` which allows omitting parenthesis if only one argument. ## [0.3.0] - 2018-05-25 (Legacy config) ### Fixed - BREAKING change via JSX indentation bug in one of the minor/patch deps from v0.2.5. JSX indentation should be correct now especially if using eslint v4. ### Added - Add support for eslint v4 ## [0.2.5] - 2017-07-13 (Legacy config) ### Fixed - Remove yarn `package.engine` restriction. ## [0.2.0] - 2017-05-31 (Legacy config) ### Added - Added existing `eslint-config-tribou@^3.1.0` rules to provide a backwards-compatible migration path coming from that project. [2.0.0]: https://github.com/tribou/eslint-plugin-tribou/compare/v1.3.2...v2.0.0 [1.3.2]: https://github.com/tribou/eslint-plugin-tribou/compare/v1.3.0...v1.3.2 [1.3.0]: https://github.com/tribou/eslint-plugin-tribou/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/tribou/eslint-plugin-tribou/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/tribou/eslint-plugin-tribou/compare/v1.0.5...v1.1.0 [1.0.5]: https://github.com/tribou/eslint-plugin-tribou/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/tribou/eslint-plugin-tribou/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/tribou/eslint-plugin-tribou/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/tribou/eslint-plugin-tribou/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/tribou/eslint-plugin-tribou/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/tribou/eslint-plugin-tribou/compare/v0.2.0...v1.0.0 [0.3.0]: https://github.com/tribou/eslint-plugin-tribou/compare/v0.2.5...v0.3.0 [0.2.5]: https://github.com/tribou/eslint-plugin-tribou/compare/v0.2.4...v0.2.5 [0.2.0]: https://github.com/tribou/eslint-plugin-tribou/compare/v0.1.0...v0.2.0