Skip to content

Commit cd84b0c

Browse files
authored
Merge pull request #1069 from zombie110year/master
fix #1068: update .eslint example
2 parents 7697f95 + d9182a0 commit cd84b0c

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)