question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Eslint v1.10.3

{
        "indent": [
            2,
            4,
            {
                "SwitchCase": 1
            }
        ]
}
            $thumbnail
                .stop()
                .animate(
                    {
                        height: productThumbnailHeight
                    },
                    Math.abs(productThumbnailHeight - $thumbnail.height()) * 2,
                    function () {
                        $thumbnail.css({
                            height: 'auto',
                            overflow: ''
                        });
                    }
                );
  29:21  error  Expected indentation of 16 space characters but found 20  indent
  30:25  error  Expected indentation of 20 space characters but found 24  indent
  31:21  error  Expected indentation of 16 space characters but found 20  indent

<bountysource-plugin>

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:2
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
kaicataldocommented, Aug 25, 2016

Closing this because we haven’t made any progress in months. Thanks for contributing!

0reactions
q42jaapcommented, Jan 29, 2016

I have the same question about this https://github.com/eslint/eslint/issues/5097

Read more comments on GitHub >

github_iconTop Results From Across the Web

Indentation Error in Python | How to Solve it - Edureka
This article will provide you with a detailed understanding of Indentation error in Python and the solutions to avoid the same.
Read more >
Correct indentation allows for better understanding and bug ...
It is recommended to correctly indent the lines as it allows for the code to be readable and understandable by the user as...
Read more >
bug-indent Info Page - GNU mailing lists
Use this mail list for all communication about the GNU indent tool. To see the collection of prior postings to the list, visit...
Read more >
How to fix indentation Error in Python - Numpy Ninja
The indentation error can occur when the spaces or tabs are not placed properly. There will not be an issue if the interpreter...
Read more >
Indentation Bugs - Google Groups
Hello,. I don't know if this is a known issue, but the Eclipse plugin has some annoying bugs regarding indentation for me. In...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found