mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Small fixes and improvements
This commit is contained in:
parent
f5b92b8b65
commit
791f0ff6ad
9 changed files with 6100 additions and 6350 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue