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-blacklist": "error",
|
||||||
"id-length": "off",
|
"id-length": "off",
|
||||||
"id-match": "error",
|
"id-match": "error",
|
||||||
|
"implicit-arrow-linebreak": "error",
|
||||||
"indent": ["error", 2, { "SwitchCase": 1 }],
|
"indent": ["error", 2, { "SwitchCase": 1 }],
|
||||||
"indent-legacy": "off",
|
"indent-legacy": "off",
|
||||||
"init-declarations": "error",
|
"init-declarations": "error",
|
||||||
|
|
|
||||||
|
|
@ -28,14 +28,14 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "^14.5.0",
|
"browserify": "^14.5.0",
|
||||||
"cpy-cli": "^1.0.1",
|
"cpy-cli": "^1.0.1",
|
||||||
"eslint": "^4.11.0",
|
"eslint": "^4.13.1",
|
||||||
"glob": "^7.1.2",
|
"glob": "^7.1.2",
|
||||||
"istanbul": "^0.4.5",
|
"istanbul": "^0.4.5",
|
||||||
"nodeunit": "^0.11.2",
|
"nodeunit": "^0.11.2",
|
||||||
"q": "^1.5.1",
|
"q": "^1.5.1",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"tv4": "^1.3.0",
|
"tv4": "^1.3.0",
|
||||||
"uglify-js": "^3.1.10"
|
"uglify-js": "^3.2.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"markdown",
|
"markdown",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue