superset/caravel/assets/.eslintrc
2016-08-19 18:03:27 -07:00

14 lines
252 B
Plaintext

{
"extends": "airbnb",
"rules": {
"prefer-template": 0,
"new-cap": 0,
"no-restricted-syntax": 0,
"guard-for-in": 0,
"prefer-arrow-callback": 0,
"func-names": 0,
"react/jsx-no-bind": 0,
"no-confusing-arrow": 0,
}
}