superset/caravel/assets/.eslintrc

13 lines
223 B
Plaintext
Raw Normal View History

2016-03-18 02:44:58 -04:00
{
"extends": "airbnb",
2016-03-18 02:44:58 -04:00
"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,
}
2016-03-18 02:44:58 -04:00
}