1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

added transforms and request wrappers

This commit is contained in:
muerwre 2019-08-05 16:33:03 +07:00
parent e119ae5fc4
commit cb8ca5248d
3 changed files with 68 additions and 22 deletions

View file

@ -22,7 +22,8 @@
"jsx-curly-spacing": [true, "never"],
"jsx-equals-spacing": [true, "never"],
"jsx-no-multiline-js": false,
"jsx-boolean-value": false
"jsx-boolean-value": false,
"prefer-array-literal": false
},
"rulesDirectory": []
}