Sha256: fee6573049384fd1ca1be7cdf0901825080f440556a22314cee1368e5546f561
Contents?: true
Size: 664 Bytes
Versions: 3
Compression:
Stored size: 664 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 Style/Lambda: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
prettier-1.5.5 | rubocop.yml |
prettier-1.5.4 | rubocop.yml |
prettier-1.5.3 | rubocop.yml |