GitXplorerGitXplorer
a

flycheck-xo

public
2 stars
4 forks
1 issues

Commits

List of commits on branch master.
Verified
3e6c1d8c9bf30a56659d0507ae1f574538286a4e

Merge pull request #6 from andersk/typescript

aalexmurray committed 5 years ago
Unverified
4309ffbdfe59d491f83b3ed979cea3f33935a738

Support typescript-mode

aandersk committed 5 years ago
Unverified
4c6ed43ac658cff1e5269e4996f591b702926754

Fix :working-directory property

aandersk committed 5 years ago
Verified
709586a59b557bfc8866da2c844ba1b8e2d57751

Merge pull request #5 from futpib/patch-2

aalexmurray committed 6 years ago
Verified
bb5a14c14b382db85ce444dc9418dd394ab83941

Add `rjsx-mode` to the list of supported modes

ffutpib committed 6 years ago
Verified
64ed11b5a5ca42feb53cb93d181e06587e3a41ae

Merge pull request #4 from futpib/js2-jsx-mode

aalexmurray committed 7 years ago

README

The README file for this repository.

Flycheck XO Checker

License GPL 3 MELPA Build Status

Integrate XO with flycheck to automatically check the style of your JavaScript code on the fly.

Installation

MELPA (coming soon)

The preferred way to install flycheck-xo is via MELPA - then you can just M-x package-install RET flycheck-xo RET

To enable then simply add the following to your init file:

(with-eval-after-load 'flycheck
  (require 'flycheck-xo)
  (flycheck-xo-setup))

Manual

If you would like to install the package manually, download or clone it and place within Emacs' load-path, then you can require it in your init file like this:

(require 'flycheck-xo)
(flycheck-xo-setup)

NOTE: This will also require the manual installation of flycheck if you have not done so already.

License

Copyright © 2017 Alex Murray

Distributed under GNU GPL, version 3.