Skip to content

Commit

Permalink
ESLint: remove useless "parserOptions" options (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 19, 2019
1 parent 413fc90 commit 66e438f
Showing 1 changed file with 5 additions and 28 deletions.
33 changes: 5 additions & 28 deletions .eslintrc.yml
@@ -1,35 +1,12 @@
parser: babel-eslint
plugins:
- flowtype
- prettier
parserOptions:
sourceType: module
env:
es6: true
node: true
parserOptions:
arrowFunctions: true
binaryLiterals: true
blockBindings: true
classes: true
defaultParams: true
destructuring: true
experimentalObjectRestSpread: true
forOf: true
generators: true
globalReturn: true
jsx: true
modules: true
objectLiteralComputedProperties: true
objectLiteralDuplicateProperties: true
objectLiteralShorthandMethods: true
objectLiteralShorthandProperties: true
octalLiterals: true
regexUFlag: true
regexYFlag: true
restParams: true
spread: true
superInFunctions: true
templateStrings: true
unicodeCodePointEscapes: true
plugins:
- flowtype
- prettier

rules:
# https://github.com/prettier/eslint-plugin-prettier#installation
Expand Down

0 comments on commit 66e438f

Please sign in to comment.