Skip to content

Commit

Permalink
[Fix] : Apply indentation when used operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Moong0122 committed Oct 4, 2020
1 parent 9b5f56c commit 0ddaa4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/rules/jsx-indent-props.js
Expand Up @@ -244,6 +244,7 @@ ruleTester.run('jsx-indent-props', rule, {
' some={{aaa}}',
' />',
' : null}'
].join('\n'),
options: [2],
errors: [
{message: 'Expected indentation of 6 space characters but found 4.'},
Expand Down

0 comments on commit 0ddaa4c

Please sign in to comment.