mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 03:51:33 +00:00
lint: apply standard style
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "standard",
|
||||
"plugins": ["markdown"],
|
||||
"plugins": [
|
||||
"markdown"
|
||||
],
|
||||
"rules": {
|
||||
"handle-callback-err": 0,
|
||||
"no-undef": 0,
|
||||
|
||||
Reference in New Issue
Block a user