mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Update dependencies: eslint to 4.13.1, uglify-js to 3.2.2.
This commit is contained in:
parent
0b2c810389
commit
5bc016e404
2 changed files with 3 additions and 2 deletions
|
|
@ -47,6 +47,7 @@
|
|||
"id-blacklist": "error",
|
||||
"id-length": "off",
|
||||
"id-match": "error",
|
||||
"implicit-arrow-linebreak": "error",
|
||||
"indent": ["error", 2, { "SwitchCase": 1 }],
|
||||
"indent-legacy": "off",
|
||||
"init-declarations": "error",
|
||||
|
|
|
|||
|
|
@ -28,14 +28,14 @@
|
|||
"devDependencies": {
|
||||
"browserify": "^14.5.0",
|
||||
"cpy-cli": "^1.0.1",
|
||||
"eslint": "^4.11.0",
|
||||
"eslint": "^4.13.1",
|
||||
"glob": "^7.1.2",
|
||||
"istanbul": "^0.4.5",
|
||||
"nodeunit": "^0.11.2",
|
||||
"q": "^1.5.1",
|
||||
"rimraf": "^2.6.2",
|
||||
"tv4": "^1.3.0",
|
||||
"uglify-js": "^3.1.10"
|
||||
"uglify-js": "^3.2.2"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue