Skip to content

Commit d9182a0

Browse files
fix #1068
1 parent eeee9fe commit d9182a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-js/03-code-quality/02-coding-style/article.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ Here's an example of an `.eslintrc` file:
304304
},
305305
"rules": {
306306
"no-console": 0,
307-
},
308-
"indent": 2
307+
"indent": ["warning", 2]
308+
}
309309
}
310310
```
311311

0 commit comments

Comments
 (0)