From 84caa5d7b6d033d8e43f71a3d82b02986587c4e2 Mon Sep 17 00:00:00 2001 From: Sam Verschueren Date: Mon, 8 Feb 2016 09:23:41 +0100 Subject: [PATCH] add XO - closes #4 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f63053a..d2d7342 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ### JavaScript - [eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Linter for [eslint](http://eslint.org/). +- [XO](https://marketplace.visualstudio.com/items?itemName=samverschueren.linter-xo) - Linter for [XO](https://github.com/sindresorhus/xo). ### Python