Skip to content

Commit

Permalink
Update README for change to indent rule
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jul 6, 2023
1 parent 0fb8b1e commit d821fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This config starts from [`eslint:recommended`][1] then adds the following rules:
| standard, lax | [brace-style] | `"1tbs", { "allowSingleLine": false }` | |
| standard, lax | [comma-dangle] | `"always-multiline"` | 3 |
| standard, lax | [curly] | | 2 |
| standard | [indent] | `"tab"` | Tabs are [more accessible][2] |
| standard | [indent] | `"tab", { "SwitchCase": 1 }` | Tabs are [more accessible][2] |
| standard | [linebreak-style] | `"unix"` | |
| standard, lax | [no-trailing-spaces] | | |
| standard, lax | [no-unused-vars] | `{ "ignoreRestSiblings": true }` | |
Expand Down

0 comments on commit d821fe9

Please sign in to comment.