We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daf843b + 98038b5 commit 78f94ebCopy full SHA for 78f94eb
README.md
@@ -26,12 +26,8 @@ You can set up your project settings to use a specific standard using the follow
26
27
```json
28
{
29
- "SublimeLinter": {
30
- "linters": {
31
- "phpcs": {
32
- "args": "--standard=${folder}/phpcs.xml"
33
- }
34
+ "settings": {
+ "SublimeLinter.linters.phpcs.args": "--standard=${folder}/phpcs.xml"
35
}
36
37
```
0 commit comments