mailtrain/server/test/e2e/.eslintrc

14 lines
209 B
Text
Raw Normal View History

2017-05-09 23:40:02 +00:00
{
"parser": "babel-eslint",
"rules": {
"strict": 0,
2017-05-27 12:24:08 +00:00
"no-console": 0,
"comma-dangle": 0,
"arrow-body-style": 0,
"no-await-in-loop": 0
2017-05-09 23:40:02 +00:00
},
"env": {
"mocha": true
}
}