stylelint-config-tmsfe

1.0.4 • Public • Published

stylelint-config-tmsfe

This package provides tms's CSS .stylelintrc (with BEM plugin) as an extensible shared config.

Installation

# npm
npm install stylelint stylelint-config-tmsfe -D

# yarn
yarn add stylelint stylelint-config-tmsfe -D

Usage

You can create a file .stylelintrc.js in the project root directory,Configuration is as follows:

// .stylelintrc.js
module.exports = {
  extends: ["stylelint-config-tmsfe"]
};

Reading

/stylelint-config-tmsfe/

    Package Sidebar

    Install

    npm i stylelint-config-tmsfe

    Weekly Downloads

    1

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    114 kB

    Total Files

    6

    Last publish

    Collaborators

    • snowball0705