2016-09-27 20:39:44 +00:00
|
|
|
{
|
|
|
|
"rules": {
|
2017-08-17 23:14:16 +00:00
|
|
|
// This folder currently runs through babel and doesn't need to be
|
|
|
|
// compatible with node 4
|
|
|
|
"comma-dangle": 0,
|
|
|
|
|
2016-10-22 13:07:01 +00:00
|
|
|
"extra-arrow-initializer": 0,
|
2017-05-03 13:38:39 +00:00
|
|
|
"no-alert": 0,
|
2016-10-22 13:07:01 +00:00
|
|
|
"no-console-disallow": 0
|
2017-01-20 00:23:32 +00:00
|
|
|
},
|
|
|
|
"env": {
|
|
|
|
"node": true
|
2016-09-27 20:39:44 +00:00
|
|
|
}
|
|
|
|
}
|