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

Commit

Permalink
[fixed] switched from no-invalid-this and semi ESLint rules to th…
Browse files Browse the repository at this point in the history
…e same rules in the `eslint-plugin-babel` package
  • Loading branch information
thealjey committed Mar 13, 2017
1 parent 17d6172 commit 8da6ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yaml
Expand Up @@ -65,7 +65,9 @@ rules:
jsx-a11y/lang: 2

# babel
babel/no-invalid-this: 2
babel/object-curly-spacing: 2
babel/semi: 2

# eslint
accessor-pairs: 2
Expand Down Expand Up @@ -138,7 +140,6 @@ rules:
no-implicit-coercion: 2
no-implied-eval: 2
no-inline-comments: 2
no-invalid-this: 2
no-iterator: 2
no-labels: 2
no-lone-blocks: 2
Expand Down Expand Up @@ -207,7 +208,6 @@ rules:
radix: 2
require-jsdoc: [ 2, { require: { FunctionDeclaration: true, MethodDefinition: true, ClassDeclaration: true } } ]
rest-spread-spacing: 2
semi: 2
semi-spacing: 2
space-before-blocks: 2
space-before-function-paren: [ 2, { anonymous: always, named: never } ]
Expand Down

0 comments on commit 8da6ce7

Please sign in to comment.