Skip to content

Releases: itgalaxy/eslint-plugin-itgalaxy

12.0.0

26 Aug 15:48

Choose a tag to compare

  • Added(breaking changes): jsx-a11y/no-static-element-interactions rule.
  • Added(breaking changes): jsx-a11y/click-events-have-key-events rule.
  • Chore: use Object.assign instead merge package.
  • Chore(package): use ^ instead ~ for babel-preset-es2015 package.
  • Chore(package): use ^ instead ~ for babel-preset-stage-0 package.
  • Chore(package): update a minimal version of remark-cli from 1.0.0 to 2.0.0.
  • Chore(package): update a minimal version of remark-lint from 4.0.0 to 5.0.0.
  • Chore(package): use remark-preset-lint-itgalaxy instead remark-lint-config-itgalaxy.

11.0.1

18 Aug 14:34

Choose a tag to compare

  • Chore: remove tools/**/__tests__/*.js glob pattern from ava npm script.
  • Chore: remove eslint-plugin-markdown as unused.
  • Chore: remark-lint now lint markdown inside the directories.
  • Chore: rename LICENSE.md to LICENSE.
  • Chore(package): remove extra files from package.json.
  • Deps: update a minimal version of npm-run-all from 2.3.0 to 3.0.0.

2.0.0

22 Aug 12:21

Choose a tag to compare

  • Chore(package)(major update): update a minimal version of remark from 5.0.0 to 6.0.0.
  • Chore(package)(major update): update a minimal version of remark-cli from 1.0.0 to 2.0.0.
  • Chore(package)(major update): update a minimal version of remark-lint from 4.0.0 to 5.0.0.

11.0.0

15 Aug 11:24

Choose a tag to compare

  • Added: add react/no-danger-with-children rule.
  • Added: xo/no-abusive-eslint-disable rule.
  • Changed: drop eslint-plugin-objects plugin.
  • Chore: add forbid-prop-types rule for tracking changes.
  • Chore: add description to react/require-optimization rule.
  • Chore: add other xo/* rules for tracking.
  • Chore: add nyc to coveralls report.
  • Docs: fix url typos in README.md.
  • Fixed: tests now works fine.
  • Removed: objects/* rules.