Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nf-team/stylelint-config

mbti-nf-team3MIT1.1.1

nf-team stylelint config

nf-team, stylelint, stylelint-scss, stylelint-config-standard-scss, stylelint-config-recommended-scss

readme

@nf-team/stylelint-config

🚀 Quick Overview

Install stylelint, @nf-team/stylelint-config dependency

npm install --save-dev stylelint @nf-team/stylelint-config

Add @nf-team/stylelint-config to extends in your .stylelintrc

module.exports = {
  extends: ['@nf-team/stylelint-config'],
  rules: {
    // ...
  },
};

🤔 What stylelint extensions does @nf-team/stylelint-config have?

View more dependencies..

🐛 Bug reporting

Issues

🔒 LICENSE

This libraries is MIT licensed.

changelog

@nf-team/stylelint-config

1.1.1

Patch Changes

  • a79110d: docs(@nf-team/stylelint-config): update readme

1.1.0

Minor Changes

  • 6870490: feat(@nf-team/stylelint-config): postcss dependency 추가

1.0.0

Major Changes

  • 1c13d62: feat(@nf-team/stylelint-config): nf-team stylelint package 추가