@lostmyname/stylelint-config-lmn

A stylelint config used by the team at Lost My Name

Usage no npm install needed!

<script type="module">
  import lostmynameStylelintConfigLmn from 'https://cdn.skypack.dev/@lostmyname/stylelint-config-lmn';
</script>

README

LMN Stylelint configuration

Install

$ npm i -D stylelint @lostmyname/stylelint-config-lmn

Usage

Within your .stylelintrc file just extend from the configuration, you can also add or remove rules below on a per project basis if needed.

{
  "extends": "@lostmyname/stylelint-config-lmn"
}