0.1.0 • Published 4 years ago

tmo-stylelint v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

tmo-stylelint

npm NPM npm GitHub last commit

stylelint configuration.

These are my personal preferences, and were created to save me copy and pasting my .stylelintrc to each new project.

#Installation npm install -D tmo-stylelint

Usage

In the .stylelintrc file update the extends property to

{
  "extends": "tmo-stylelint"
}

I personally have the above as the entire contents of my .stylelintrc file