Document Typo for indent rule
See original GitHub issueThe document for the rule “indent” has typos for some of the examples for Importdeclaration
option. The quotes are missing. Please see link: https://eslint.org/docs/rules/indent
ex. 4, { ImportDeclaration: 1 }
vs. 4, { "ImportDeclaration": 1 }
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Google Docs: Using Indents and Tabs - GCF Global
In Google Docs indents are useful to draw attention to certain elements. ... you'll learn how to create tabs and indents using tab...
Read more >What typographic rules are there for indenting paragraphs?
"The beginnings of paragraphs must be indented. Paragraphs without indent (unfortunately the rule in Germany, and only there) are a bad habit ...
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 >First-line indents | Butterick's Practical Typography
Typically, a first-line indent should be no smaller than the current point size, or else it'll be hard to notice. It should be...
Read more >Adjust indents and spacing - Microsoft Support
Explore paragraph dialog box options ; Choose Justify to align text both left and right, adding space between words (Ctrl+J). ; Outline level....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@platinumazure I have updated the doc ,and raised a PR #11679
Closing this as It looks the corresponding PR (https://github.com/eslint/eslint/pull/11679) has been merged.