We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb1a2a commit f9de5c3Copy full SHA for f9de5c3
README.md
@@ -20,9 +20,9 @@ ESlint Rules for the Standard Linter
20
```js
21
{
22
rules: {
23
- 'standard/object-curly-even-spacing': [2, "either"]
+ 'standard/object-curly-even-spacing': [2, "either"],
24
'standard/array-bracket-even-spacing': [2, "either"],
25
- 'standard/computed-property-even-spacing': [2, "even"]
+ 'standard/computed-property-even-spacing': [2, "even"],
26
'standard/no-callback-literal': [2, ["cb", "callback"]]
27
}
28
0 commit comments