Skip to content

Change Request: Support <style>-tag linting, eg. in Svelte files #65

@uh-zuh

Description

@uh-zuh

Environment

Svelte

What problem do you want to solve?

For example Svelte-files have structure like this:

<script lang="ts">
    console.log(123);
</script>

<div class="red">
    234
</div>

<style>
    .red {
        color: red;
    }
</style>

It is good to support linting CSS in <style>-tag in such files.

What do you think is the correct solution?

Linting <style>-tag in Svelte-files.

Participation

  • I am willing to submit a pull request for this change.

Additional comments

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions