Skip to content

Commit 7fd2adf

Browse files
authored
Update linting.md (#2210)
1 parent 4afbb38 commit 7fd2adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tools/linting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm install -g stylelint
2020
Whether you work on `github/github` or not, it's useful to see lint errors locally. The easiest way to lint your code is to install a [plugin](#plugins) in your workflow. If you prefer to run stylelint manually, pass it a glob pattern of the files you want to lint. If you work on `github/github`, you can run stylelint from the command line:
2121

2222
```
23-
bin/stylelint "app/assets/stylesheets/**/*.scss" --syntax scss
23+
bin/stylelint "app/assets/stylesheets/**/*.scss"
2424
```
2525

2626
For more advanced usage, we recommend reading the [stylelint user guide](http://stylelint.io/user-guide/) and checking out our [primer stylelint configuration](https://github.com/primer/stylelint-config).

0 commit comments

Comments
 (0)