mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update eslint dependency to 0.20.0.
This commit is contained in:
parent
661073b249
commit
d9b61d9ed2
2 changed files with 2 additions and 1 deletions
|
|
@ -138,6 +138,7 @@
|
|||
"new-cap": 2,
|
||||
"new-parens": 2,
|
||||
"newline-after-var": 0,
|
||||
"object-shorthand": 0,
|
||||
"one-var": 0,
|
||||
"operator-assignment": [2, "always"],
|
||||
"operator-linebreak": 2,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^10.0.0",
|
||||
"eslint": "^0.19.0",
|
||||
"eslint": "^0.20.0",
|
||||
"istanbul": "^0.3.8",
|
||||
"nodeunit": "^0.9.1",
|
||||
"q": "^1.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue