Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutymane committed Oct 30, 2024
0 parents commit 8a2bbf0
Show file tree
Hide file tree
Showing 7 changed files with 1,687 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
test/result*
test/fixture-0.scss
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 🐈 Opinionated idiomatic order config for Stylelint

## Installation

```sh
pnpm add -D @zeokku/stylelint-config-idiomatic-order
```

## Usage

Extend your existing config:

```js
{
"extends": [
"@zeokku/stylelint-config-idiomatic-order"
]
}
```

> The config includes `stylelint-order` plugin and rules for ordering
Loading

0 comments on commit 8a2bbf0

Please sign in to comment.