Skip to content

Commit

Permalink
feat: change description and add repository config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafler committed Jan 31, 2023
1 parent e9a6239 commit f81b6f1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# @shelf/stylelint-config [![CircleCI](https://circleci.com/gh/shelfio/stylelint-config/tree/master.svg?style=svg)](https://circleci.com/gh/shelfio/stylelint-config/tree/master)![](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)

> Shelf's reusable stylelint config which covers:
> - CSS
> - SCSS
> - HTML
> - React inline styles
> - Styled Components
> Shelf's reusable stylelint config provides a comprehensive and efficient solution for ensuring consistency in your CSS, SCSS, HTML, React inline styles, and Styled Components. This config covers best practices for styling and helps you maintain a consistent codebase for your projects. With Shelf's reusable stylelint config, you can streamline your workflow and avoid common styling issues, making your development process smoother and more efficient.
## Install

Expand Down
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "@shelf/stylelint-config",
"version": "0.0.0",
"description": "Reusable stylelint config for scss and styled-components",
"description": "Shelf's reusable stylelint config. Covering CSS, SCSS, HTML, React inline styles, and Styled Components. Follows best practices and streamlines your development process.",
"license": "MIT",
"author": {
"name": "Andrii Myroniuk",
"email": "andrii.myroniuk@shelf.io",
"url": "https://shelf.io"
},
"repository": {
"type": "git",
"url": "https://github.com/shelfio/stylelint-config"
},
"main": "index.js",
"files": [
"index.js"
Expand All @@ -29,6 +33,19 @@
"babel": {
"extends": "@shelf/babel-config/backend"
},
"keywords": [
"reusable stylelint config",
"stylelint configuration",
"shared stylelint rules",
"stylelint preset",
"stylelint configuration package",
"stylelint best practices",
"stylelint config sharing",
"stylelint config repository",
"stylelint config library",
"stylelint configuration npm package",
"stylelint"
],
"prettier": "@shelf/prettier-config",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit f81b6f1

Please sign in to comment.