mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update dependency: eslint to 3.10.0.
This commit is contained in:
parent
74bd9b6e5b
commit
a1f4daadf6
3 changed files with 3 additions and 1 deletions
|
@ -94,6 +94,7 @@
|
|||
"no-restricted-properties": "error",
|
||||
"no-restricted-syntax": "error",
|
||||
"no-return-assign": "error",
|
||||
"no-return-await": "error",
|
||||
"no-script-url": "error",
|
||||
"no-self-assign": "error",
|
||||
"no-self-compare": "error",
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ demo/markdownlint-browser.js
|
|||
demo/markdownlint-browser.min.js
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.vscode
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"devDependencies": {
|
||||
"browserify": "^13.1.1",
|
||||
"cpy-cli": "^1.0.1",
|
||||
"eslint": "^3.9.1",
|
||||
"eslint": "^3.10.0",
|
||||
"glob": "^7.1.1",
|
||||
"istanbul": "^0.4.5",
|
||||
"nodeunit": "^0.10.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue