UNPKG

vue-calendar-heatmap-custom-tooltip

Version:

A fork of a calendar heatmap by Rabin Julien julienr114@gmail.com Vuejs component built on SVG, inspired by github's contribution calendar graph

23 lines (22 loc) 462 B
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': {} }