mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
v2.3.1
This commit is contained in:
parent
a2727c65fe
commit
65e9deda2a
7 changed files with 80 additions and 82 deletions
|
|
@ -2,7 +2,6 @@ module.exports = {
|
|||
parser: 'babel-eslint',
|
||||
// extends: ['eslint:recommended', 'plugin:prettier/recommended'],
|
||||
extends: ['eslint:recommended'],
|
||||
plugins: ['prettier'],
|
||||
parserOptions: {
|
||||
ecmaVersion: 6,
|
||||
sourceType: 'module'
|
||||
|
|
@ -43,7 +42,6 @@ module.exports = {
|
|||
// http://eslint.org/docs/rules/
|
||||
rules: {
|
||||
// plugins
|
||||
// 'prettier/prettier': 'error',
|
||||
'no-mixed-spaces-and-tabs': 'off',
|
||||
'max-len': [
|
||||
'error',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue