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.

Ignores indent rules

See original GitHub issue

es-beautifier appears to always apply 2 spaces for indention, regardless of what is configured (4 spaces, 1 tab, etc). To ensure I had the configuration right, I ran eslint --fix manually, which does adhere to the configured value.

I’m running VS Code (was 1.8, 1.9 as of this morning).

TIA!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
dai-shicommented, Feb 4, 2017
image

Just to share my settings…

0reactions
dai-shicommented, Feb 14, 2017

Let me close this issue. Hopefully it’s fixed, please feel free to reopen for further discussions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ignore the indentation in a template literal, with the ESLint ...
To ignore all indentation and newline errors in ESLint inside a template literal, including function calls or deeply nested JS syntax ...
Read more >
indent - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
TSLint ignores indent rule · Issue #4097 · palantir/tslint - GitHub
Bug Report TSLint version: 5.11.0 TypeScript version: 3.0.1 Running TSLint via: CLI and VS Code TypeScript code being linted const fakeObj ...
Read more >
indentation - Stylelint
Always indent at-rules, rules, comments, declarations, inside parentheses and multi-line values by 2 spaces. The following patterns are considered problems:.
Read more >
indent - Rule
Rule : indent. Enforces indentation with tabs or spaces. Rationale. Using only one of tabs or spaces for indentation leads to more consistent...
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