[eslint] lint the whole repo, rely on ignores for file selection
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
var config = {};
|
||||
try {
|
||||
// eslint-disable-next-line
|
||||
config = require('../../.aws-config.json');
|
||||
} catch (e) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user