Skip to content

Commit

Permalink
mention how to disable the built-in CSS linter (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored and shinnn committed Nov 10, 2016
1 parent 1dda258 commit adcf87b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ See the [extension installation guide](https://code.visualstudio.com/docs/editor

## Usage

Enable the linter in the VS Code [settings](https://code.visualstudio.com/docs/customization/userandworkspace).
Enable the linter in the VS Code [settings](https://code.visualstudio.com/docs/customization/userandworkspace), while disabling the built-in CSS linter:

```json
{
"stylelint.enable": true
"stylelint.enable": true,
"css.validate": false
}
```

Expand Down

0 comments on commit adcf87b

Please sign in to comment.