Skip to content

Commit 01d7a75

Browse files
committedJul 13, 2019
fix: update comparison
1 parent ccb0032 commit 01d7a75

File tree

2 files changed

+75
-71
lines changed

2 files changed

+75
-71
lines changed
 

β€ŽREADME.md

+73-71
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This is how Canonical ruleset compares to other popular configurations.
5050
|---|---|---|---|---|
5151
|[`accessor-pairs`](https://eslint.org/docs/rules/accessor-pairs)|error 🚨|off|N/A πŸ‘»|error 🚨|
5252
|[`array-bracket-newline`](https://eslint.org/docs/rules/array-bracket-newline)|off|off|off|N/A πŸ‘»|
53-
|[`array-bracket-spacing`](https://eslint.org/docs/rules/array-bracket-spacing)|error 🚨|error 🚨|error 🚨|N/A πŸ‘»|
53+
|[`array-bracket-spacing`](https://eslint.org/docs/rules/array-bracket-spacing)|error 🚨|error 🚨|error 🚨|error 🚨|
5454
|[`array-callback-return`](https://eslint.org/docs/rules/array-callback-return)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
5555
|[`array-element-newline`](https://eslint.org/docs/rules/array-element-newline)|off|off|off|N/A πŸ‘»|
5656
|[`arrow-body-style`](https://eslint.org/docs/rules/arrow-body-style)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
@@ -96,7 +96,7 @@ This is how Canonical ruleset compares to other popular configurations.
9696
|[`comma-spacing`](https://eslint.org/docs/rules/comma-spacing)|error 🚨|error 🚨|error 🚨|error 🚨|
9797
|[`comma-style`](https://eslint.org/docs/rules/comma-style)|error 🚨|error 🚨|error 🚨|error 🚨|
9898
|[`complexity`](https://eslint.org/docs/rules/complexity)|warn ⚠️|off|N/A πŸ‘»|N/A πŸ‘»|
99-
|[`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)|error 🚨|error 🚨|error 🚨|N/A πŸ‘»|
99+
|[`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)|error 🚨|error 🚨|error 🚨|error 🚨|
100100
|[`consistent-return`](https://eslint.org/docs/rules/consistent-return)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
101101
|[`consistent-this`](https://eslint.org/docs/rules/consistent-this)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
102102
|[`constructor-super`](https://eslint.org/docs/rules/constructor-super)|error 🚨|error 🚨|error 🚨|error 🚨|
@@ -152,51 +152,53 @@ This is how Canonical ruleset compares to other popular configurations.
152152
|[`id-length`](https://eslint.org/docs/rules/id-length)|warn ⚠️|off|N/A πŸ‘»|N/A πŸ‘»|
153153
|[`id-match`](https://eslint.org/docs/rules/id-match)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
154154
|[`implicit-arrow-linebreak`](https://eslint.org/docs/rules/implicit-arrow-linebreak)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
155-
|[`import/default`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/default.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
156-
|[`import/dynamic-import-chunkname`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/dynamic-import-chunkname.md)|N/A πŸ‘»|off|N/A πŸ‘»|N/A πŸ‘»|
157-
|[`import/export`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/export.md)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
158-
|[`import/exports-last`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/exports-last.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
159-
|[`import/extensions`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/extensions.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
160-
|[`import/first`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/first.md)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
161-
|[`import/group-exports`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/group-exports.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
155+
|[`import/default`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/default.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
156+
|[`import/dynamic-import-chunkname`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/dynamic-import-chunkname.md)|N/A πŸ‘»|off|N/A πŸ‘»|N/A πŸ‘»|
157+
|[`import/export`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/export.md)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
158+
|[`import/exports-last`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/exports-last.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
159+
|[`import/extensions`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/extensions.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
160+
|[`import/first`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/first.md)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
161+
|[`import/group-exports`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/group-exports.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
162162
|[`import/imports-first`](https://github.com/benmosher/eslint-plugin-import/blob/7b25c1cb95ee18acc1531002fd343e1e6031f9ed/docs/rules/imports-first.md)|N/A πŸ‘»|off|N/A πŸ‘»|N/A πŸ‘»|
163-
|[`import/max-dependencies`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/max-dependencies.md)|warn ⚠️|off|N/A πŸ‘»|N/A πŸ‘»|
164-
|[`import/named`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/named.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
165-
|[`import/namespace`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/namespace.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
166-
|[`import/newline-after-import`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/newline-after-import.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
167-
|[`import/no-absolute-path`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-absolute-path.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
168-
|[`import/no-amd`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-amd.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
169-
|[`import/no-anonymous-default-export`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-anonymous-default-export.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
170-
|[`import/no-commonjs`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-commonjs.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
171-
|[`import/no-cycle`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-cycle.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
163+
|[`import/max-dependencies`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/max-dependencies.md)|warn ⚠️|off|N/A πŸ‘»|N/A πŸ‘»|
164+
|[`import/named`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/named.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
165+
|[`import/namespace`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/namespace.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
166+
|[`import/newline-after-import`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/newline-after-import.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
167+
|[`import/no-absolute-path`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-absolute-path.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
168+
|[`import/no-amd`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-amd.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
169+
|[`import/no-anonymous-default-export`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-anonymous-default-export.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
170+
|[`import/no-commonjs`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-commonjs.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
171+
|[`import/no-cycle`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-cycle.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
172172
|`import/no-default-export`|off|off|N/A πŸ‘»|N/A πŸ‘»|
173-
|[`import/no-deprecated`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-deprecated.md)|warn ⚠️|off|N/A πŸ‘»|N/A πŸ‘»|
174-
|[`import/no-duplicates`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-duplicates.md)|off|error 🚨|N/A πŸ‘»|error 🚨|
175-
|[`import/no-dynamic-require`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-dynamic-require.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
176-
|[`import/no-extraneous-dependencies`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-extraneous-dependencies.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
177-
|[`import/no-internal-modules`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-internal-modules.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
178-
|[`import/no-mutable-exports`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-mutable-exports.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
179-
|[`import/no-named-as-default`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-named-as-default.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
180-
|[`import/no-named-as-default-member`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-named-as-default-member.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
181-
|[`import/no-named-default`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-named-default.md)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
182-
|[`import/no-namespace`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-namespace.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
183-
|[`import/no-nodejs-modules`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-nodejs-modules.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
184-
|[`import/no-relative-parent-imports`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-relative-parent-imports.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
185-
|[`import/no-restricted-paths`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-restricted-paths.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
186-
|[`import/no-self-import`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-self-import.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
187-
|[`import/no-unassigned-import`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-unassigned-import.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
188-
|[`import/no-unresolved`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-unresolved.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
189-
|[`import/no-useless-path-segments`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-useless-path-segments.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
190-
|[`import/no-webpack-loader-syntax`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/no-webpack-loader-syntax.md)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
191-
|[`import/order`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/order.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
192-
|[`import/prefer-default-export`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/prefer-default-export.md)|warn ⚠️|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
193-
|[`import/unambiguous`](https://github.com/benmosher/eslint-plugin-import/blob/v2.14.0/docs/rules/unambiguous.md)|warn ⚠️|off|N/A πŸ‘»|N/A πŸ‘»|
173+
|[`import/no-deprecated`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-deprecated.md)|warn ⚠️|off|N/A πŸ‘»|N/A πŸ‘»|
174+
|[`import/no-duplicates`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-duplicates.md)|off|error 🚨|N/A πŸ‘»|error 🚨|
175+
|[`import/no-dynamic-require`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-dynamic-require.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
176+
|[`import/no-extraneous-dependencies`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-extraneous-dependencies.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
177+
|[`import/no-internal-modules`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-internal-modules.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
178+
|[`import/no-mutable-exports`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-mutable-exports.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
179+
|[`import/no-named-as-default`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-named-as-default.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
180+
|[`import/no-named-as-default-member`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-named-as-default-member.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
181+
|[`import/no-named-default`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-named-default.md)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
182+
|[`import/no-named-export`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-named-export.md)|N/A πŸ‘»|off|N/A πŸ‘»|N/A πŸ‘»|
183+
|[`import/no-namespace`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-namespace.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
184+
|[`import/no-nodejs-modules`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-nodejs-modules.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
185+
|[`import/no-relative-parent-imports`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-relative-parent-imports.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
186+
|[`import/no-restricted-paths`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-restricted-paths.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
187+
|[`import/no-self-import`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-self-import.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
188+
|[`import/no-unassigned-import`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-unassigned-import.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
189+
|[`import/no-unresolved`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-unresolved.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
190+
|[`import/no-unused-modules`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-unused-modules.md)|N/A πŸ‘»|off|N/A πŸ‘»|N/A πŸ‘»|
191+
|[`import/no-useless-path-segments`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-useless-path-segments.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
192+
|[`import/no-webpack-loader-syntax`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/no-webpack-loader-syntax.md)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
193+
|[`import/order`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/order.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
194+
|[`import/prefer-default-export`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/prefer-default-export.md)|warn ⚠️|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
195+
|[`import/unambiguous`](https://github.com/benmosher/eslint-plugin-import/blob/v2.18.0/docs/rules/unambiguous.md)|warn ⚠️|off|N/A πŸ‘»|N/A πŸ‘»|
194196
|[`indent`](https://eslint.org/docs/rules/indent)|error 🚨|error 🚨|error 🚨|error 🚨|
195197
|[`init-declarations`](https://eslint.org/docs/rules/init-declarations)|off|off|N/A πŸ‘»|N/A πŸ‘»|
196-
|[`jest/no-disabled-tests`](https://github.com/jest-community/eslint-plugin-jest/blob/v21.23.0/docs/rules/no-disabled-tests.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
197-
|[`jest/no-focused-tests`](https://github.com/jest-community/eslint-plugin-jest/blob/v21.23.0/docs/rules/no-focused-tests.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
198-
|[`jest/no-identical-title`](https://github.com/jest-community/eslint-plugin-jest/blob/v21.23.0/docs/rules/no-identical-title.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
199-
|[`jest/valid-expect`](https://github.com/jest-community/eslint-plugin-jest/blob/v21.23.0/docs/rules/valid-expect.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
198+
|[`jest/no-disabled-tests`](https://github.com/jest-community/eslint-plugin-jest/blob/v21.27.2/docs/rules/no-disabled-tests.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
199+
|[`jest/no-focused-tests`](https://github.com/jest-community/eslint-plugin-jest/blob/v21.27.2/docs/rules/no-focused-tests.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
200+
|[`jest/no-identical-title`](https://github.com/jest-community/eslint-plugin-jest/blob/v21.27.2/docs/rules/no-identical-title.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
201+
|[`jest/valid-expect`](https://github.com/jest-community/eslint-plugin-jest/blob/v21.27.2/docs/rules/valid-expect.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
200202
|`jsdoc/check-param-names`|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
201203
|`jsdoc/check-tag-names`|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
202204
|`jsdoc/check-types`|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
@@ -250,7 +252,7 @@ This is how Canonical ruleset compares to other popular configurations.
250252
|[`linebreak-style`](https://eslint.org/docs/rules/linebreak-style)|error 🚨|error 🚨|error 🚨|N/A πŸ‘»|
251253
|[`lines-around-comment`](https://eslint.org/docs/rules/lines-around-comment)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
252254
|[`lines-around-directive`](https://eslint.org/docs/rules/lines-around-directive)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
253-
|[`lines-between-class-members`](https://eslint.org/docs/rules/lines-between-class-members)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
255+
|[`lines-between-class-members`](https://eslint.org/docs/rules/lines-between-class-members)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
254256
|[`lodash/callback-binding`](https://github.com/wix/eslint-plugin-lodash/blob/v3.1.0/docs/rules/callback-binding.md)|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
255257
|[`lodash/chain-style`](https://github.com/wix/eslint-plugin-lodash/blob/v3.1.0/docs/rules/chain-style.md)|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
256258
|[`lodash/chaining`](https://github.com/wix/eslint-plugin-lodash/blob/v3.1.0/docs/rules/chaining.md)|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
@@ -315,7 +317,7 @@ This is how Canonical ruleset compares to other popular configurations.
315317
|[`newline-per-chained-call`](https://eslint.org/docs/rules/newline-per-chained-call)|off|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
316318
|[`no-alert`](https://eslint.org/docs/rules/no-alert)|error 🚨|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|
317319
|[`no-array-constructor`](https://eslint.org/docs/rules/no-array-constructor)|error 🚨|error 🚨|error 🚨|error 🚨|
318-
|[`no-async-promise-executor`](https://eslint.org/docs/rules/no-async-promise-executor)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
320+
|[`no-async-promise-executor`](https://eslint.org/docs/rules/no-async-promise-executor)|error 🚨|off|N/A πŸ‘»|error 🚨|
319321
|[`no-await-in-loop`](https://eslint.org/docs/rules/no-await-in-loop)|off|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
320322
|[`no-bitwise`](https://eslint.org/docs/rules/no-bitwise)|N/A πŸ‘»|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
321323
|[`no-buffer-constructor`](https://eslint.org/docs/rules/no-buffer-constructor)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
@@ -372,7 +374,7 @@ This is how Canonical ruleset compares to other popular configurations.
372374
|[`no-lonely-if`](https://eslint.org/docs/rules/no-lonely-if)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
373375
|[`no-loop-func`](https://eslint.org/docs/rules/no-loop-func)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
374376
|[`no-magic-numbers`](https://eslint.org/docs/rules/no-magic-numbers)|off|off|N/A πŸ‘»|N/A πŸ‘»|
375-
|[`no-misleading-character-class`](https://eslint.org/docs/rules/no-misleading-character-class)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
377+
|[`no-misleading-character-class`](https://eslint.org/docs/rules/no-misleading-character-class)|error 🚨|off|N/A πŸ‘»|error 🚨|
376378
|[`no-mixed-operators`](https://eslint.org/docs/rules/no-mixed-operators)|N/A πŸ‘»|error 🚨|N/A πŸ‘»|error 🚨|
377379
|[`no-mixed-requires`](https://eslint.org/docs/rules/no-mixed-requires)|off|off|N/A πŸ‘»|N/A πŸ‘»|
378380
|[`no-mixed-spaces-and-tabs`](https://eslint.org/docs/rules/no-mixed-spaces-and-tabs)|error 🚨|error 🚨|error 🚨|error 🚨|
@@ -399,7 +401,7 @@ This is how Canonical ruleset compares to other popular configurations.
399401
|[`no-process-env`](https://eslint.org/docs/rules/no-process-env)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
400402
|[`no-process-exit`](https://eslint.org/docs/rules/no-process-exit)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
401403
|[`no-proto`](https://eslint.org/docs/rules/no-proto)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
402-
|[`no-prototype-builtins`](https://eslint.org/docs/rules/no-prototype-builtins)|N/A πŸ‘»|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
404+
|[`no-prototype-builtins`](https://eslint.org/docs/rules/no-prototype-builtins)|N/A πŸ‘»|error 🚨|N/A πŸ‘»|error 🚨|
403405
|[`no-redeclare`](https://eslint.org/docs/rules/no-redeclare)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
404406
|[`no-regex-spaces`](https://eslint.org/docs/rules/no-regex-spaces)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
405407
|[`no-restricted-globals`](https://eslint.org/docs/rules/no-restricted-globals)|off|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
@@ -440,6 +442,7 @@ This is how Canonical ruleset compares to other popular configurations.
440442
|[`no-use-before-define`](https://eslint.org/docs/rules/no-use-before-define)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
441443
|`no-use-extend-native/no-use-extend-native`|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
442444
|[`no-useless-call`](https://eslint.org/docs/rules/no-useless-call)|error 🚨|off|N/A πŸ‘»|error 🚨|
445+
|[`no-useless-catch`](https://eslint.org/docs/rules/no-useless-catch)|N/A πŸ‘»|off|N/A πŸ‘»|error 🚨|
443446
|[`no-useless-computed-key`](https://eslint.org/docs/rules/no-useless-computed-key)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
444447
|[`no-useless-concat`](https://eslint.org/docs/rules/no-useless-concat)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
445448
|[`no-useless-constructor`](https://eslint.org/docs/rules/no-useless-constructor)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
@@ -465,30 +468,31 @@ This is how Canonical ruleset compares to other popular configurations.
465468
|[`padded-blocks`](https://eslint.org/docs/rules/padded-blocks)|error 🚨|error 🚨|error 🚨|error 🚨|
466469
|[`padding-line-between-statements`](https://eslint.org/docs/rules/padding-line-between-statements)|off|off|N/A πŸ‘»|N/A πŸ‘»|
467470
|[`prefer-arrow-callback`](https://eslint.org/docs/rules/prefer-arrow-callback)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
468-
|[`prefer-const`](https://eslint.org/docs/rules/prefer-const)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
471+
|[`prefer-const`](https://eslint.org/docs/rules/prefer-const)|error 🚨|error 🚨|error 🚨|error 🚨|
469472
|[`prefer-destructuring`](https://eslint.org/docs/rules/prefer-destructuring)|off|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
473+
|[`prefer-named-capture-group`](https://eslint.org/docs/rules/prefer-named-capture-group)|N/A πŸ‘»|off|N/A πŸ‘»|N/A πŸ‘»|
470474
|[`prefer-numeric-literals`](https://eslint.org/docs/rules/prefer-numeric-literals)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
471475
|[`prefer-object-spread`](https://eslint.org/docs/rules/prefer-object-spread)|N/A πŸ‘»|off|N/A πŸ‘»|N/A πŸ‘»|
472-
|[`prefer-promise-reject-errors`](https://eslint.org/docs/rules/prefer-promise-reject-errors)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
476+
|[`prefer-promise-reject-errors`](https://eslint.org/docs/rules/prefer-promise-reject-errors)|error 🚨|error 🚨|error 🚨|error 🚨|
473477
|[`prefer-reflect`](https://eslint.org/docs/rules/prefer-reflect)|off|off|N/A πŸ‘»|N/A πŸ‘»|
474478
|[`prefer-rest-params`](https://eslint.org/docs/rules/prefer-rest-params)|error 🚨|error 🚨|error 🚨|N/A πŸ‘»|
475479
|[`prefer-spread`](https://eslint.org/docs/rules/prefer-spread)|error 🚨|error 🚨|error 🚨|N/A πŸ‘»|
476480
|[`prefer-template`](https://eslint.org/docs/rules/prefer-template)|off|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
477-
|[`promise/always-return`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/always-return.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
478-
|[`promise/avoid-new`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/avoid-new.md)|off|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
479-
|[`promise/catch-or-return`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/catch-or-return.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
480-
|[`promise/no-callback-in-promise`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/no-callback-in-promise.md)|off|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
481-
|[`promise/no-native`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/no-native.md)|off|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
482-
|[`promise/no-nesting`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/no-nesting.md)|off|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
483-
|[`promise/no-new-statics`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/no-new-statics.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
484-
|[`promise/no-promise-in-callback`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/no-promise-in-callback.md)|off|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
485-
|[`promise/no-return-in-finally`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/no-return-in-finally.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
486-
|[`promise/no-return-wrap`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/no-return-wrap.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
487-
|[`promise/param-names`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/param-names.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|error 🚨|
488-
|[`promise/prefer-await-to-callbacks`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/prefer-await-to-callbacks.md)|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
489-
|[`promise/prefer-await-to-then`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/prefer-await-to-then.md)|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
490-
|[`promise/valid-params`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.0.1/docs/rules/valid-params.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
491-
|[`quote-props`](https://eslint.org/docs/rules/quote-props)|error 🚨|error 🚨|error 🚨|N/A πŸ‘»|
481+
|[`promise/always-return`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/always-return.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
482+
|[`promise/avoid-new`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/avoid-new.md)|off|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
483+
|[`promise/catch-or-return`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/catch-or-return.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
484+
|[`promise/no-callback-in-promise`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-callback-in-promise.md)|off|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
485+
|[`promise/no-native`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-native.md)|off|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
486+
|[`promise/no-nesting`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-nesting.md)|off|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
487+
|[`promise/no-new-statics`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-new-statics.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
488+
|[`promise/no-promise-in-callback`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-promise-in-callback.md)|off|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
489+
|[`promise/no-return-in-finally`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-return-in-finally.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
490+
|[`promise/no-return-wrap`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/no-return-wrap.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
491+
|[`promise/param-names`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/param-names.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|error 🚨|
492+
|[`promise/prefer-await-to-callbacks`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/prefer-await-to-callbacks.md)|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
493+
|[`promise/prefer-await-to-then`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/prefer-await-to-then.md)|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
494+
|[`promise/valid-params`](https://github.com/xjamundx/eslint-plugin-promise/tree/v4.2.1/docs/rules/valid-params.md)|error 🚨|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|
495+
|[`quote-props`](https://eslint.org/docs/rules/quote-props)|error 🚨|error 🚨|error 🚨|error 🚨|
492496
|[`quotes`](https://eslint.org/docs/rules/quotes)|error 🚨|error 🚨|error 🚨|error 🚨|
493497
|[`radix`](https://eslint.org/docs/rules/radix)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
494498
|[`react/boolean-prop-naming`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/boolean-prop-naming.md)|off|off|N/A πŸ‘»|N/A πŸ‘»|
@@ -510,6 +514,7 @@ This is how Canonical ruleset compares to other popular configurations.
510514
|[`react/jsx-equals-spacing`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/jsx-equals-spacing.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
511515
|[`react/jsx-filename-extension`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/jsx-filename-extension.md)|N/A πŸ‘»|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
512516
|[`react/jsx-first-prop-new-line`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/jsx-first-prop-new-line.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
517+
|[`react/jsx-fragments`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/jsx-fragments.md)|N/A πŸ‘»|off|N/A πŸ‘»|N/A πŸ‘»|
513518
|[`react/jsx-handler-names`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/jsx-handler-names.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
514519
|[`react/jsx-indent`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/jsx-indent.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
515520
|[`react/jsx-indent-props`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/jsx-indent-props.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
@@ -539,12 +544,12 @@ This is how Canonical ruleset compares to other popular configurations.
539544
|[`react/no-danger`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-danger.md)|error 🚨|warn ⚠️|N/A πŸ‘»|N/A πŸ‘»|
540545
|[`react/no-danger-with-children`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-danger-with-children.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
541546
|[`react/no-deprecated`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-deprecated.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
542-
|[`react/no-did-mount-set-state`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/componentDidMount.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
543-
|[`react/no-did-update-set-state`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/componentDidUpdate.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
547+
|[`react/no-did-mount-set-state`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-did-mount-set-state.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
548+
|[`react/no-did-update-set-state`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-did-update-set-state.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
544549
|[`react/no-direct-mutation-state`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-direct-mutation-state.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
545550
|[`react/no-find-dom-node`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-find-dom-node.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
546551
|[`react/no-is-mounted`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-is-mounted.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
547-
|[`react/no-multi-comp`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-multi-comp.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
552+
|[`react/no-multi-comp`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-multi-comp.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
548553
|[`react/no-redundant-should-component-update`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-redundant-should-component-update.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
549554
|[`react/no-render-return-value`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-render-return-value.md)|N/A πŸ‘»|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
550555
|[`react/no-set-state`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-set-state.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
@@ -556,7 +561,7 @@ This is how Canonical ruleset compares to other popular configurations.
556561
|[`react/no-unsafe`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-unsafe.md)|error 🚨|off|N/A πŸ‘»|N/A πŸ‘»|
557562
|[`react/no-unused-prop-types`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-unused-prop-types.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
558563
|[`react/no-unused-state`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-unused-state.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
559-
|[`react/no-will-update-set-state`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/componentWillUpdate.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
564+
|[`react/no-will-update-set-state`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/no-will-update-set-state.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
560565
|[`react/prefer-es6-class`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/prefer-es6-class.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
561566
|[`react/prefer-stateless-function`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/prefer-stateless-function.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
562567
|[`react/prop-types`](https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules/prop-types.md)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
@@ -587,10 +592,7 @@ This is how Canonical ruleset compares to other popular configurations.
587592
|[`space-infix-ops`](https://eslint.org/docs/rules/space-infix-ops)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
588593
|[`space-unary-ops`](https://eslint.org/docs/rules/space-unary-ops)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|
589594
|[`spaced-comment`](https://eslint.org/docs/rules/spaced-comment)|error 🚨|error 🚨|error 🚨|error 🚨|
590-
|[`standard/array-bracket-even-spacing`](https://github.com/standard/eslint-plugin-standard#rules-explanations)|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|error 🚨|
591-
|[`standard/computed-property-even-spacing`](https://github.com/standard/eslint-plugin-standard#rules-explanations)|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|error 🚨|
592595
|[`standard/no-callback-literal`](https://github.com/standard/eslint-plugin-standard#rules-explanations)|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|error 🚨|
593-
|[`standard/object-curly-even-spacing`](https://github.com/standard/eslint-plugin-standard#rules-explanations)|N/A πŸ‘»|N/A πŸ‘»|N/A πŸ‘»|error 🚨|
594596
|[`strict`](https://eslint.org/docs/rules/strict)|error 🚨|error 🚨|N/A πŸ‘»|N/A πŸ‘»|
595597
|[`switch-colon-spacing`](https://eslint.org/docs/rules/switch-colon-spacing)|error 🚨|error 🚨|error 🚨|N/A πŸ‘»|
596598
|[`symbol-description`](https://eslint.org/docs/rules/symbol-description)|error 🚨|error 🚨|N/A πŸ‘»|error 🚨|

β€Žcompare/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"eslint": "^5.6.1",
44
"eslint-config-airbnb": "^17.1.0",
55
"eslint-config-canonical": "^13.0.0",
6+
"eslint-config-google": "^0.13.0",
7+
"eslint-config-standard": "^13.0.1",
68
"eslint-plugin-jsx-a11y": "^6.1.1",
79
"eslint-plugin-node": "^7.0.1",
810
"eslint-plugin-standard": "^4.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.