Small fixes and improvements

This commit is contained in:
RainLoop Team 2018-07-10 00:05:02 +03:00
parent f5b92b8b65
commit 791f0ff6ad
9 changed files with 6100 additions and 6350 deletions

View file

@ -11,7 +11,7 @@ module.exports = {
'commonjs': true,
'es6': true
},
'plugins': ['compat'],
// 'plugins': ['compat'],
'globals': {
'RL_COMMUNITY': true,
'RL_ES6': true
@ -20,7 +20,7 @@ module.exports = {
// http://eslint.org/docs/rules/
'rules': {
// plugins
'compat/compat': 2,
// 'compat/compat': 2,
// errors
'no-cond-assign': [2, 'always'],