@kvalev/vue-calendar-heatmap
Version:
A calendar heatmap Vuejs component built on SVG, inspired by github's contribution calendar graph
23 lines (22 loc) • 462 B
JavaScript
module.exports = {
root: true,
parserOptions: {
parser: 'babel-eslint',
ecmaVersion: 2017,
sourceType: 'module'
},
parserOptions: {
sourceType: 'module'
},
// https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
extends: ['standard', 'plugin:vue/essential'],
// required to lint *.vue files
plugins: [
'html'
],
env: {
browser: true,
},
// add your custom rules here
'rules': {}
}