---
parser: babel-eslint

extends:
  - ./node_modules/fbjs-scripts/eslint/.eslintrc

rules:
  accessor-pairs: 0
  brace-style: [2, 1tbs]
  comma-dangle: [2, always-multiline]
  consistent-return: 2
  dot-location: [2, property]
  dot-notation: 2
  eol-last: 2
  indent: [2, 2, {SwitchCase: 1}]
  no-bitwise: 0
  no-multi-spaces: 2
  no-shadow: 2
  no-unused-expressions: 2
  no-unused-vars: [2, {args: none}]
  quotes: [2, single, avoid-escape]
  space-after-keywords: 2
  space-before-blocks: 2
  strict: [2, never]