Skip to content

Commit cfbd9ca

Browse files
committed
Meta tweaks
1 parent c6a66c7 commit cfbd9ca

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

readme.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [XO](https://github.com/xojs/xo). It will be used with files that have the “JavaScript” syntax.
66

7-
87
## Installation
98

109
SublimeLinter must be installed in order to use this plugin.
@@ -19,13 +18,11 @@ $ npm install --global xo
1918

2019
In order for `xo` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. The docs cover [troubleshooting PATH configuration](https://sublimelinter.readthedocs.io/en/latest/troubleshooting.html#finding-a-linter-executable).
2120

22-
2321
## Settings
2422

2523
- [SublimeLinter settings](https://sublimelinter.readthedocs.org/en/latest/settings.html)
2624
- [Linter settings](https://sublimelinter.readthedocs.org/en/latest/linter_settings.html)
2725

28-
2926
## Tips
3027

3128
### Using non-JS syntax
@@ -46,7 +43,7 @@ For plugins not supported out-of-the-box, you may need to change the SublimeLint
4643

4744
### Help, `xo` doesn't lint my HTML files anymore!
4845

49-
`xo` will only lint `*.js` files for standard, vanilla config without further plugins. Either install the [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) or tweak the `selector`:
46+
`xo` will only lint `*.js` files for standard, vanilla config without further plugins. Either install the [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) or tweak the `selector`:
5047

5148
```json
5249
{
@@ -58,12 +55,6 @@ For plugins not supported out-of-the-box, you may need to change the SublimeLint
5855
}
5956
```
6057

61-
6258
## Note
6359

6460
XO linting is only enabled for projects with `xo` in `devDependencies`/`dependencies` in package.json.
65-
66-
67-
## License
68-
69-
MIT © [Sindre Sorhus](https://sindresorhus.com)

0 commit comments

Comments
 (0)