Skip to content

Document standalone version #2

@Josehower

Description

@Josehower

in theory, we don't need to use upleveled-eslint-config in order for this stylelint to work.

We can install stylelint + stylelint-config-upleveled and use this config file

// stylelint.config.cjs

/** @type { import('stylelint').Config } */
const config = {
  extends: ['stylelint-config-upleveled'],
};

module.exports = config;

we can add this to the documentation later

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions