File tree Expand file tree Collapse file tree 4 files changed +37
-39
lines changed Expand file tree Collapse file tree 4 files changed +37
-39
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @cloudfour/eslint-plugin
2
2
3
+ ## 19.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [ #364 ] ( https://github.com/cloudfour/eslint-config/pull/364 ) [ ` 20c9859 ` ] ( https://github.com/cloudfour/eslint-config/commit/20c9859149cc21fc0b67f68376925ac284685026 ) Thanks [ @renovate ] ( https://github.com/apps/renovate ) ! - Update dependency ` eslint-plugin-unicorn ` to ` v42 `
8
+
9
+ ** New Rules**
10
+
11
+ - [ ` @cloudfour/unicorn/no-unreadable-iife ` ] ( https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/no-unreadable-iife.md )
12
+ - [ ` @cloudfour/unicorn/no-useless-switch-case ` ] ( https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/no-useless-switch-case.md )
13
+ - [ ` @cloudfour/unicorn/prefer-modern-math-apis ` ] ( https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/prefer-modern-math-apis.md )
14
+ - [ ` @cloudfour/unicorn/prefer-native-coercion-functions ` ] ( https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/prefer-native-coercion-functions.md )
15
+
16
+ ** Newly Enabled Rules**
17
+
18
+ - [ ` @cloudfour/unicorn/no-unreadable-iife ` ] ( https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/no-unreadable-iife.md )
19
+ - [ ` @cloudfour/unicorn/no-useless-switch-case ` ] ( https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/no-useless-switch-case.md )
20
+ - [ ` @cloudfour/unicorn/prefer-modern-math-apis ` ] ( https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/prefer-modern-math-apis.md )
21
+ - [ ` @cloudfour/unicorn/prefer-native-coercion-functions ` ] ( https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/prefer-native-coercion-functions.md )
22
+
23
+ ** Reconfigured Rules**
24
+
25
+ - [ ` @cloudfour/unicorn/template-indent ` ] ( https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v42.0.0/docs/rules/template-indent.md )
26
+ ``` diff
27
+ - "warn"
28
+ + "error"
29
+ ```
30
+
31
+ * [#366](https://github.com/cloudfour/eslint-config/pull/366) [`d156896`](https://github.com/cloudfour/eslint-config/commit/d156896b0aff88c656098abc12f76dc5d34c376c) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency `eslint-plugin-jsdoc` to `v39`
32
+
33
+ No new rules, but there are some parsing and rule enforcement changes.
34
+
35
+ Node 12 is no longer supported
36
+
37
+ Node 18 is supported
38
+
3
39
# # 18.0.1
4
40
5
41
# ## Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudfour/eslint-plugin" ,
3
- "version" : " 18 .0.1 " ,
3
+ "version" : " 19 .0.0 " ,
4
4
"description" : " Cloud Four's shareable ESLint configuration" ,
5
5
"author" : " Cloud Four <info@cloudfour.com> (http://cloudfour.com)" ,
6
6
"homepage" : " https://github.com/cloudfour/eslint-config" ,
You can’t perform that action at this time.
0 commit comments