https://github.com/gamemaker1/micro-plugin-xo
A Micro plugin that lints your code using XO
https://github.com/gamemaker1/micro-plugin-xo
linter micro micro-editor micro-editor-plugin micro-plugin plugin xo
Last synced: about 1 year ago
JSON representation
A Micro plugin that lints your code using XO
- Host: GitHub
- URL: https://github.com/gamemaker1/micro-plugin-xo
- Owner: gamemaker1
- License: isc
- Created: 2021-12-18T14:39:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T03:36:25.000Z (over 4 years ago)
- Last Synced: 2025-03-28T19:47:34.221Z (about 1 year ago)
- Topics: linter, micro, micro-editor, micro-editor-plugin, micro-plugin, plugin, xo
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
#
Micro <3 XO
> A [`micro`](https://github.com/zyedidia/micro) plugin that formats files using
> [`xo`](https://github.com/xojs/xo).
## Installation and Usage
```
micro --plugin install xo
```
To lint files, simply run the `lint` command (`Ctrl+E` > `lint`).
## Configuration
You can turn off the linter by running the following command (Press `Ctrl+E`,
then run the following):
```
set linter off
```
## Issues and Contributing
Found a bug? Don't like something? Want to see something added/changed? Open
[an issue](https://github.com/gamemaker1/micro-plugin-xo/issues/new)!
## License
This plugin is licensed under the ISC license. See the
[license file](license.md) for the complete license text.