Remove redundant lint dependencies

These are no longer needed with the new standard lint repo.
This commit is contained in:
J. Ryan Stinnett 2020-07-29 12:05:50 +01:00
parent d14d881780
commit 269e82edc9
3 changed files with 1 additions and 38 deletions

View file

@ -20,4 +20,4 @@ module.exports = {
"prefer-promise-reject-errors": "off",
},
}],
}
};