mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update dependencies: eslint to 3.0.0, rimraf to 2.5.3, uglify-js to 2.7.0.
This commit is contained in:
parent
f2060b4607
commit
b17dcb2ed9
2 changed files with 4 additions and 4 deletions
|
@ -799,7 +799,7 @@ module.exports = [
|
|||
};
|
||||
}
|
||||
}
|
||||
var state = base;
|
||||
var state = base; // eslint-disable-line no-unused-vars
|
||||
params.tokens.forEach(function forToken(token) {
|
||||
state = state(token) || base;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue