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

Do not lint js and ts files #22

Merged
merged 1 commit into from
Dec 21, 2021
Merged

Do not lint js and ts files #22

merged 1 commit into from
Dec 21, 2021

Conversation

skjnldsv
Copy link
Contributor

Otherwise we can have weird issues like those:
https://github.com/nextcloud/contacts/runs/4584577539?check_suite_focus=true

> Run npm run stylelint

> [email protected] stylelint
> stylelint src


src/admin-settings.js
 32:2  ✖  Unknown word  CssSyntaxError

src/files-action.js
 22:10  ✖  Unknown word  CssSyntaxError

src/main.js
 23:10  ✖  Unknown word  CssSyntaxError

src/mixins/ActionsMixin.js
 27:17  ✖  Missed semicolon  CssSyntaxError

src/mixins/CircleActionsMixin.js
 22:10  ✖  Unknown word  CssSyntaxError

src/mixins/CopyToClipboardMixin.js
 23:10  ✖  Unknown word  CssSyntaxError

@skjnldsv skjnldsv added 3. to review Waiting for reviews bug Something isn't working labels Dec 21, 2021
@skjnldsv skjnldsv self-assigned this Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants