Added cors

Signed-off-by: walamana <joniogerg@gmail.com>
This commit is contained in:
2018-08-23 15:04:49 +02:00
parent 9195e7b9f6
commit 901f838551
168 changed files with 28845 additions and 214 deletions

View File

@@ -0,0 +1,15 @@
{
"rules": {
"array-bracket-newline": 0,
"array-element-newline": 0,
"consistent-return": 2,
"max-lines": 0,
"max-nested-callbacks": [2, 3],
"max-statements": 0,
"no-buffer-constructor": 0,
"no-extend-native": 0,
"no-magic-numbers": 0,
"object-curly-newline": 0,
"sort-keys": 0
}
}