mirror of
https://github.com/actions-hub/stylelint.git
synced 2024-11-22 07:50:55 -05:00
Update README.md
This commit is contained in:
parent
fb2fd42afa
commit
ee7c209ca6
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ GitHub Action that runs [stylelint](https://stylelint.io).
|
|||
### Default values
|
||||
#### Configuration file
|
||||
Action will check if stylelint is already installed. If not, it will install styleling.
|
||||
Also its check if configuration file is exist (`.stylelintrc`).
|
||||
Also, its check if the configuration file exists (`.stylelintrc`).
|
||||
|
||||
By default action use next configuration:
|
||||
```json
|
||||
|
@ -40,4 +40,4 @@ Indentation can be set by environment variable `INDENT_SPACES`.
|
|||
```
|
||||
|
||||
## License
|
||||
[MIT License](https://github.com/exelban/stylelint/blob/master/LICENSE)
|
||||
[MIT License](https://github.com/exelban/stylelint/blob/master/LICENSE)
|
||||
|
|
Loading…
Reference in a new issue