# stylelint-config-barebones **Repository Path**: mirrors_jaydenseric/stylelint-config-barebones ## Basic Information - **Project Name**: stylelint-config-barebones - **Description**: Barebones stylelint config, extending stylelint-config-standard. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Barebones stylelint config ![NPM version](https://img.shields.io/npm/v/stylelint-config-barebones.svg?style=flat-square) ![Github issues](https://img.shields.io/github/issues/jaydenseric/stylelint-config-barebones.svg?style=flat-square) ![Github stars](https://img.shields.io/github/stars/jaydenseric/stylelint-config-barebones.svg?style=flat-square) The stylelint sharable config used in [Barebones](https://github.com/jaydenseric/Barebones). - Extends [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). - [MIT license](https://en.wikipedia.org/wiki/MIT_License). ## Setup Install via NPM: ```bash npm install stylelint-config-barebones --save-dev ``` Extend this config in your project's [stylelint config](http://stylelint.io/user-guide/configuration/#extends): ```json "stylelint": { "extends": "stylelint-config-barebones" } ``` --- [![Barebones logo](http://jaydenseric.com/shared/barebones-logo.svg)](https://github.com/jaydenseric/Barebones)