mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
CRLF to LF
This commit is contained in:
parent
4468d5bd22
commit
6e0d0b3b6e
209 changed files with 23729 additions and 22109 deletions
|
|
@ -1,6 +1,7 @@
|
|||
module.exports = {
|
||||
parser: 'babel-eslint',
|
||||
extends: ['eslint:recommended', 'plugin:prettier/recommended'],
|
||||
// extends: ['eslint:recommended', 'plugin:prettier/recommended'],
|
||||
extends: ['eslint:recommended'],
|
||||
plugins: ['prettier'],
|
||||
parserOptions: {
|
||||
ecmaVersion: 6,
|
||||
|
|
@ -18,8 +19,8 @@ module.exports = {
|
|||
// http://eslint.org/docs/rules/
|
||||
rules: {
|
||||
// plugins
|
||||
'prettier/prettier': 'error',
|
||||
|
||||
// 'prettier/prettier': 'error',
|
||||
'no-mixed-spaces-and-tabs': 'off',
|
||||
'no-console': 'error',
|
||||
'max-len': [
|
||||
'error',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue