add id-blacklist of 'self' to client config

This commit is contained in:
Sean McArthur 2016-10-10 12:01:14 -07:00
Родитель 0725b0f502
Коммит a5c563bb2d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -15,7 +15,7 @@ module.exports = {
rules: {
'camelcase': 2,
'consistent-this': [2, 'self'],
'id-blacklist': [2, 'self'],
'strict': [2, 'function']
}
}