mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Update package.json dependencies (+ fixes and improvements)
This commit is contained in:
parent
59128f285b
commit
f8b4aa8683
8 changed files with 463 additions and 495 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue