UNPKG

react-hex

Version:

draw svg hexagonal grid with react

17 lines (16 loc) 315 B
{ "extends": "airbnb", "parser": "babel-eslint", "env": { "mocha": true }, "plugins": [ "babel", "async-await" ], "rules": { "generator-star-spacing": "off", "import/no-extraneous-dependencies": ["error", {"devDependencies": true}], "react/jsx-filename-extension": "off" } }