The class
props should be className
(#27462)
#27
Annotations
5 errors
lint:
app/chewy/accounts_index.rb#L26
[Correctable] Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
|
lint:
app/chewy/accounts_index.rb#L26
[Correctable] Layout/SpaceAfterColon: Space missing after colon. (https://rubystyle.guide#spaces-operators)
|
lint:
app/chewy/accounts_index.rb#L27
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
lint:
app/chewy/accounts_index.rb#L27
[Correctable] Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array. (https://rubystyle.guide#no-trailing-array-commas)
|
lint
Process completed with exit code 1.
|