vue-ctk-date-time-picker icon indicating copy to clipboard operation
vue-ctk-date-time-picker copied to clipboard

Fixes eslint tabs and spaces

Open KartoffelCheetah opened this issue 3 years ago • 0 comments

Fixes the following two eslint 'errors' at startup.

error: Expected " " character, but found "\t" character (vue/script-indent) at src/VueCtkDateTimePicker/_subs/PickersContainer/_subs/TimePicker.vue:284:1

error: Operator ':' must be spaced (space-infix-ops) at src/VueCtkDateTimePicker/_subs/PickersContainer/_subs/TimePicker.vue:284:7

This is a code style fix, last meaningful change happened in these lines at 7ee4c2a2 .

KartoffelCheetah avatar Dec 11 '20 15:12 KartoffelCheetah