Showing 77 of 84 total issues
Insert ;
Open
})
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'chart:destroy')
with "chart:destroy");
Open
this.$emit('chart:destroy')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'yLabels'
with "yLabels"
Open
if (newData.hasOwnProperty('yLabels')) {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace ''
with ""
Open
default: ''
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
})
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'ylabels:update')
with "ylabels:update");
Open
this.$emit('ylabels:update')
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'vue'
with "vue";
Open
import Vue from 'vue'
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Delete ·
Open
render: function (createElement) {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
)
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
})
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace 'horizontalbar-chart'
with "horizontalbar-chart"
Open
'horizontalbar-chart',
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
const oldDatasetKeys = Object.keys(oldData.datasets[i])
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
const newDatasetKeys = Object.keys(dataset)
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
delete chart.data.datasets[i][deletionKey]
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
chart.data.yLabels = newData.yLabels
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Insert ;
Open
this.renderChart(this.chartData, this.options)
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Replace './examples/App'
with "./examples/App";
Open
import App from './examples/App'
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/