react-calendar-heatmap
Version:
A calendar heatmap component built on SVG, inspired by github's commit calendar graph.
16 lines (15 loc) • 411 B
Plain Text
{
"extends": "airbnb",
"rules": {
"max-len": "off",
"import/no-extraneous-dependencies": ["error", {"devDependencies": true}],
"no-param-reassign": "off",
"react/forbid-prop-types": "off",
"react/jsx-no-bind": "off",
"react/no-unused-prop-types": "off", // re-enable, there's a bug in eslint that leads to false-positives
},
"env": {
"browser": true,
"mocha": true
}
}