Skip to content
This repository was archived by the owner on Jul 9, 2021. It is now read-only.

Commit 8da6ce7

Browse files
committed
[fixed] switched from no-invalid-this and semi ESLint rules to the same rules in the eslint-plugin-babel package
1 parent 17d6172 commit 8da6ce7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.eslintrc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ rules:
6565
jsx-a11y/lang: 2
6666

6767
# babel
68+
babel/no-invalid-this: 2
6869
babel/object-curly-spacing: 2
70+
babel/semi: 2
6971

7072
# eslint
7173
accessor-pairs: 2
@@ -138,7 +140,6 @@ rules:
138140
no-implicit-coercion: 2
139141
no-implied-eval: 2
140142
no-inline-comments: 2
141-
no-invalid-this: 2
142143
no-iterator: 2
143144
no-labels: 2
144145
no-lone-blocks: 2
@@ -207,7 +208,6 @@ rules:
207208
radix: 2
208209
require-jsdoc: [ 2, { require: { FunctionDeclaration: true, MethodDefinition: true, ClassDeclaration: true } } ]
209210
rest-spread-spacing: 2
210-
semi: 2
211211
semi-spacing: 2
212212
space-before-blocks: 2
213213
space-before-function-paren: [ 2, { anonymous: always, named: never } ]

0 commit comments

Comments
 (0)