1.0.0 • Published 8 months ago

@arphi/stylelint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@arphi/stylelint-config

My shareable Stylelint configuration.

Install

npm install --save-dev @arphi/stylelint-config

Usage

In your Stylelint configuration file (e.g. stylelint.config.js), add the following:

/** @type {import('stylelint').Config} */
export default {
  extends: "@arphi/stylelint-config",
};