@ramseyinhouse/stylelint-config

3.0.0 • Public • Published

@ramseyinhouse/stylelint-config

The official stylelint configuration for Ramsey Solutions.

Support for Prettier is pre-configured out of the box.

Expected Dependencies

  • stylelint
  • prettier - Though not strictly required, this config relies on prettier to enforce many stylistic rules.

Installation

Install stylelint and prettier as devDependencies if you have not already:

yarn add stylelint prettier --dev

Install @ramseyinhouse/stylelint-config:

yarn add @ramseyinhouse/stylelint-config --dev

Usage

Configure stylelint to extend @ramseyinhouse/stylelint-config.

  1. Add a stylelint.config.js (or other supported file format) to the root of your project.
  2. Extend @ramseyinhouse/stylelint-config via the extends property:
module.exports = {
  extends: ['@ramseyinhouse/stylelint-config'],
};

Package Sidebar

Install

npm i @ramseyinhouse/stylelint-config

Weekly Downloads

5

Version

3.0.0

License

GPL-3.0

Unpacked Size

47.6 kB

Total Files

7

Last publish

Collaborators

  • stdykstra10
  • alexmacarthur.ramsey
  • ramseyinhouse-owner
  • josh.friend
  • jmmcduffie