Sha256: 22b4817bd3f762c9ca8f8276aee32b0e58f326c17382ad39b8ac00021264d06b

Contents?: true

Size: 632 Bytes

Versions: 7

Compression:

Stored size: 632 Bytes

Contents

# Disabling all Layout/* rules, as they're unnecessary when the user is using
# prettier to handle all of the formatting.

Layout:
  Enabled: false

# Disabling all of the following options because they could conflict with a
# prettier configuration setting.

Style/MultilineIfModifier: # rubyModifier
  Enabled: false

Style/SymbolArray: # rubyArrayLiteral
  Enabled: false

Style/WordArray: # rubyArrayLiteral
  Enabled: false

Style/TrailingCommaInArguments: # trailingComma
  Enabled: false

Style/TrailingCommaInArrayLiteral: # trailingComma
  Enabled: false

Style/TrailingCommaInHashLiteral: # trailingComma
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
prettier-1.5.2 rubocop.yml
prettier-1.5.1 rubocop.yml
prettier-1.5.0 rubocop.yml
prettier-1.4.0 rubocop.yml
prettier-1.3.0 rubocop.yml
prettier-1.2.5 rubocop.yml
prettier-1.2.4 rubocop.yml