UNPKG

react-orchestra

Version:

A toolbox to build interactive and smart instruments on the web and mobile.

17 lines (16 loc) 442 B
{ "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 } }