mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update eslint dependency to 0.17.1, enable new rules.
This commit is contained in:
parent
c764d2798f
commit
200dddf3d1
3 changed files with 9 additions and 6 deletions
|
@ -65,9 +65,7 @@ function createTestForFile(file) {
|
|||
};
|
||||
}
|
||||
|
||||
/* eslint-disable no-sync, for synchronous test method creation */
|
||||
fs.readdirSync("./test").forEach(function forFile(file) {
|
||||
/* eslint-enable no-sync */
|
||||
fs.readdirSync("./test").forEach(function forFile(file) { // eslint-disable-line
|
||||
if (file.match(/\.md$/)) {
|
||||
module.exports[file] = createTestForFile(path.join("./test", file));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue