This commit is contained in:
antelle 2018-10-11 22:44:32 +02:00
parent 7736a0874f
commit ac960c2987
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
"strict": ["error", "never"],
"no-mixed-operators": "off",
"prefer-promise-reject-errors": "off",
"standard/no-callback-literal": "off"
"standard/no-callback-literal": "off",
"object-curly-spacing": "off"
},
"parserOptions": {
"sourceType": "module",