Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes eslint tabs and spaces #330

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

KartoffelCheetah
Copy link

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 7ee4c2a .

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 7ee4c2a .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant