extends:
  - standard
  - 'plugin:react/recommended'
rules:
  indent:
    - error
    - 4
  react/no-deprecated: 0
  react/no-string-refs: 0
globals:
  describe: true
  it: true
  beforeEach: true
