Skip to content

Commit 179df33

Browse files
Bump eslint-plugin to 0.2.0
1 parent 6260108 commit 179df33

File tree

6 files changed

+17
-21
lines changed

6 files changed

+17
-21
lines changed

.yarn/versions/019b1e7a.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
releases:
2-
"@ecocode/eslint-plugin": minor

.yarn/versions/0a63a0fb.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
releases:
2-
"@ecocode/eslint-plugin": minor

.yarn/versions/37179847.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
releases:
2-
"@ecocode/eslint-plugin": minor

.yarn/versions/89666e13.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
releases:
2-
"@ecocode/eslint-plugin": minor

eslint-plugin/CHANGELOG.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2023-05-29
11+
1012
### Added
1113

12-
- Add support for TypeScript rules with **typescript-eslint**
13-
- Add rule `@ecocode/avoid-high-accuracy-geolocation`
14-
- Add rule `@ecocode/no-import-all-from-library`
15-
- Add rule `@ecocode/no-multiple-style-changes`
16-
- Add rule `@ecocode/prefer-collections-with-pagination`
14+
- Add support for TypeScript rules with **typescript-eslint**
15+
- Add rule `@ecocode/avoid-high-accuracy-geolocation`
16+
- Add rule `@ecocode/no-import-all-from-library`
17+
- Add rule `@ecocode/no-multiple-style-changes`
18+
- Add rule `@ecocode/prefer-collections-with-pagination`
1719

1820
## [0.1.0] - 2023-03-24
1921

2022
### Added
2123

22-
- First alpha version of the ESLint plugin 🚀
23-
- Add rule `@ecocode/no-multiple-access-dom-element`
24-
- Create tooling script to generate SonarQube rules
25-
- Setup mocha and nyc for tests and coverage
26-
- Setup basic coding style tools
27-
- Write complete contributing guide
24+
- First alpha version of the ESLint plugin 🚀
25+
- Add rule `@ecocode/no-multiple-access-dom-element`
26+
- Create tooling script to generate SonarQube rules
27+
- Setup mocha and nyc for tests and coverage
28+
- Setup basic coding style tools
29+
- Write complete contributing guide
30+
31+
[Unreleased]: https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.2.0...HEAD
2832

29-
[Unreleased]: https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.1.0...HEAD
33+
[0.2.0]: https://github.com/green-code-initiative/ecoCode-linter/compare/eslint-plugin/0.1.0...eslint-plugin/0.2.0
3034

3135
[0.1.0]: https://github.com/green-code-initiative/ecoCode-linter/compare/6d305511db82bf8faa4833528641535e605dbacf...eslint-plugin/0.1.0

eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecocode/eslint-plugin",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "JavaScript linter of ecoCode project",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)