https://github.com/geta/stylelint-config
https://github.com/geta/stylelint-config
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geta/stylelint-config
- Owner: Geta
- License: mit
- Created: 2019-11-07T08:53:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:39:52.000Z (over 2 years ago)
- Last Synced: 2025-03-06T10:03:27.842Z (3 months ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geta-stylelint-config
Generic stylelint config used by Geta's frontend projects.
## Usage
### Install
#### NPM
```cmd
npm install geta-stylelint-config
```#### Yarn
```cmd
yarn add geta-stylelint-config
```### Configure
Create a file in your project root named `.stylelintrc`, and add the following code block to it:
```json
{
"extends": "geta-stylelint-config",
... // Your config
}
```