[eslint] lint the whole repo, rely on ignores for file selection

This commit is contained in:
spalger
2018-05-14 11:40:01 -07:00
parent 4156feca27
commit ee09e1ef0a
3 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,6 @@
var config = {};
try {
// eslint-disable-next-line
config = require('../../.aws-config.json');
} catch (e) {}