UNPKG

eslint-plugin-opinionated

Version:
55 lines (27 loc) 1.17 kB
# 0.2.1 (2018-10-01) * **Fixed** generated Flow types to be valid # 0.2.0 (2018-10-01) * **Added** new rule, `opinionated/jsx-spread-first`, which ensures spread attributes in JSX elements occur before non-spread attributes to prevent spread from accidentally overwriting non-spread attributes. # 0.1.6 (2018-06-05) * Remove `engines` from `package.json`. # 0.1.5 (2018-06-05) * Make sure build is ES5. # 0.1.4 (2018-05-27) * Changed `index.js` back to ES5 to fix consumption by ESLint. # 0.1.3 (2018-05-27) * Fix generate Flow types to not break consumers using Flow. # 0.1.2 (2018-05-27) * Add flow types to `lib` directory. * Upgrade development dependencies to latest versions. # 0.1.1 (2018-04-04) * Added `engines` to `package.json` to set minimum Node version to 6. # 0.1.0 (2018-03-21) * Update development dependencies to latest versions. * Configure continuous integration. * Change minimum Node version to 6. * Add code of conduct. # 0.0.2 (2018-02-14) ## Bug Fixes * Fix code to handle case where superclass param doesn't have `id` property. # 0.0.1 (2018-02-14) * Initial implementation.