2.1.2 • Published 3 years ago

@gmo-media/stylelint-config v2.1.2

Weekly downloads
28
License
MIT
Repository
github
Last release
3 years ago

stylelint-config

stylelint config for gmo-media.

Basic Usage

Install

$ npm install --save-dev stylelint @gmo-media/stylelint-config

.stylelintrc

{
  "extends": "@gmo-media/stylelint-config",
  "rules": {
    "indentation": 4
  }
}

Please set the indentation. (default: 4)

Rule sets

@gmo-media/stylelint-config/regular

  • Regular configuration. (default)

@gmo-media/stylelint-config/loose

  • Loose configuration.

@gmo-media/stylelint-config/extra

  • Extra configuration.

Development

  1. Edit the rules.
  2. npm test
  3. git commit
  4. npm version XXX
  5. git push origin master
  6. git push origin v1.x.x
  7. npm publish --access=public

License

MIT

2.1.2

3 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.1

7 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago