File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 5656 "preversion" : " liferay-workspace-scripts ci" ,
5757 "test" : " liferay-workspace-scripts test"
5858 },
59- "version" : " 1.0 .0"
59+ "version" : " 1.1 .0"
6060}
You can’t perform that action at this time.
0 commit comments