Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 10 days ago
JSON representation

A Micro plugin that lints your code using XO

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.