Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.03 KB

File metadata and controls

49 lines (33 loc) · 2.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • #19 add rule @ecocode/no-empty-image-src-attribute
  • #18 add rule @ecocode/limit-db-query-results
  • #14 Create SonarQube plugin
  • #12 Pack ESLint plugin into SonarQube plugin
  • #16 Use centralized rules specifications
  • Backport all existing rules into SonarQube plugin
  • #207 Add release tag analyzis on SonarCloud

Changed

  • Update release process through GitHub Actions

0.2.0 - 2023-05-29

Added

  • Add support for TypeScript rules with typescript-eslint
  • Add rule @ecocode/avoid-high-accuracy-geolocation
  • Add rule @ecocode/no-import-all-from-library
  • Add rule @ecocode/no-multiple-style-changes
  • Add rule @ecocode/prefer-collections-with-pagination

0.1.0 - 2023-03-24

Added

  • First alpha version of the ESLint plugin 🚀
  • Add rule @ecocode/no-multiple-access-dom-element
  • Create tooling script to generate SonarQube rules
  • Setup mocha and nyc for tests and coverage
  • Setup basic coding style tools
  • Write complete contributing guide