react-orchestra
Version:
A toolbox to build interactive and smart instruments on the web and mobile.
18 lines (17 loc) • 470 B
Plain Text
{
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true
},
"extends": "airbnb",
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"import/prefer-default-export": "off",
"no-bitwise": "off",
"react/prop-types": "off",
"react/prefer-stateless-function": "off",
"jsx-a11y/no-static-element-interactions": "off",
"max-len": "off"
}
}