Update package.json dependencies (+ fixes and improvements)

This commit is contained in:
RainLoop Team 2017-03-12 20:43:59 +03:00
parent 59128f285b
commit f8b4aa8683
8 changed files with 463 additions and 495 deletions

View file

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