Fix: Lint src/ again instead of just test/

This commit is contained in:
Armen Zambrano G 2018-03-26 11:40:23 -04:00
Родитель c3fc6fb642
Коммит 3a219660d3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ module.exports = {
[
'@neutrinojs/airbnb',
{
include: ['test'],
include: ['src', 'test'],
eslint: {
rules: {
"no-console": "off",