mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Update dependencies: eslint to 3.0.1.
This commit is contained in:
parent
c668c7c6a9
commit
0a6e3e0ae8
2 changed files with 2 additions and 2 deletions
|
|
@ -799,7 +799,7 @@ module.exports = [
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var state = base; // eslint-disable-line no-unused-vars
|
var state = base;
|
||||||
params.tokens.forEach(function forToken(token) {
|
params.tokens.forEach(function forToken(token) {
|
||||||
state = state(token) || base;
|
state = state(token) || base;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "^13.0.1",
|
"browserify": "^13.0.1",
|
||||||
"cpy-cli": "^1.0.1",
|
"cpy-cli": "^1.0.1",
|
||||||
"eslint": "^3.0.0",
|
"eslint": "^3.0.1",
|
||||||
"glob": "^7.0.5",
|
"glob": "^7.0.5",
|
||||||
"istanbul": "^0.4.4",
|
"istanbul": "^0.4.4",
|
||||||
"nodeunit": "^0.9.1",
|
"nodeunit": "^0.9.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue