Skip to content

Commit 6c3cb27

Browse files
chore: prepare @liferay/eslint-plugin v1.1.0 release
1 parent e33b146 commit 6c3cb27

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## [eslint-plugin/v1.1.0](https://github.com/liferay/liferay-frontend-projects/tree/eslint-plugin/v1.1.0) (2021-11-04)
2+
3+
[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/eslint-plugin/v1.0.0...eslint-plugin/v1.1.0)
4+
5+
### :new: Features
6+
7+
- add new rule to check for null before typeof object
8+
- add new rule to disalllow anonymous functions as exports
9+
- add new rule to disallow 'use strict' in es modules
10+
- add one-var rule to our rulelist
11+
- add plugin to enforce 'catch' for every promise
12+
- add rule for enforcing useState naming pattern
13+
- add rule for useRef naming pattern
14+
- add rule to avoid explicit references to localhost
15+
- add rule to make sure expect() has an assertion
16+
- add rule to prefer dataset
17+
- apply new sorting rule
18+
- enable eqeqeq rule to enforce type-safe equality operators
19+
- enable rule for sorting interface keys
20+
- enable valid-typeof rule

projects/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"preversion": "liferay-workspace-scripts ci",
5757
"test": "liferay-workspace-scripts test"
5858
},
59-
"version": "1.0.0"
59+
"version": "1.1.0"
6060
}

0 commit comments

Comments
 (0)