UNPKG

react-data-menu

Version:

Smart data-driven menu rendered in an overlay

30 lines (29 loc) 613 B
{ "env": { "browser": true, "node": true }, "parser": "babel-eslint", "rules": { "quotes": [2, "single"], "strict": [2, "never"], "generator-star-spacing": 1, "babel/new-cap": 1, "object-shorthand": 1, "arrow-parens": 1, "no-await-in-loop": 1, "react/jsx-uses-react": 2, "react/jsx-uses-vars": 2, "react/react-in-jsx-scope": 2, "import/no-unresolved": [2, {"commonjs": true, "amd": true}], "import/named": 2, "import/namespace": 2, "import/default": 2, "import/export": 2 }, "plugins": [ "babel", "react", "import" ] }