Releases: CodementorIO/bro
Releases · CodementorIO/bro
2.3.0
features
- allow unsafe react lifecycle methods (
componentWillMount
, componentWillReceiveProps
and componentWillUpdate
) to violate camelcase rule: b68af16
2.2.0
Minor Changes
- Set env to jest; remove tagline: 20730b3
2.1.0
Minor Changes
- Add prefer-const rule: 0d06dc7
- Revert "remove prettier for now since double quote in jsx is annoying": 74c60c0
- Upgrade prettier; add more custom rules: d0ced04
- Update prettier rule; add jsxSingleQuote to true: 8490eca
2.0.0
Major Changes
- Remove prettier for now since double quote in jsx is annoying: f378831
1.0.1
- fix
bin
path in package.json