@salamander.be/vue-gantt
Version:
A VueJs Gantt chart.
30 lines (29 loc) • 602 B
JSON
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"extends": ["eslint:recommended", "plugin:vue/essential"],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module"
},
"globals": {
"utils": false
},
"rules": {
"no-const-assign": "warn",
"no-this-before-super": "warn",
"no-undef": "warn",
"no-unreachable": "warn",
"no-unused-vars": "warn",
"no-console": "warn",
"constructor-super": "warn",
"valid-typeof": "warn",
"eqeqeq": "warn"
}
}