GithubHelp home page GithubHelp logo

vscode-linter-xo's Introduction

vscode-linter-xo

Build Status

Linter for XO

Usage

Install XO in your workspace folder.

$ npm install --save-dev xo

In Visual Studio Code, press F1 and narrow down the list of commands by typing extension. Pick Extensions: Install Extension.

Simply search for the linter-xo extension from the list and install it.

Fix issues

Press F1 and choose XO: Fix all auto-fixable problems

Tip: Bind a keyboard shortcut to xo.fix

Settings

Enable the linter in the VS Code Settings.

{
  "xo.enable": true
}

You can also pass in extra options via the settings file.

{
  "xo.enable": true,
  "xo.options": {
    "semicolon": false
  }
}

Or via the package.json file.

{
  "name": "my-pkg",
  "xo": {
    "semicolon": false
  }
}

You can enable the formatter integration to use xo --fix as formatter. Requires xo.enable to be true. It is disabled by default.

{
  "xo.enable": true,
  "xo.format.enable": true
}

License

MIT © Sam Verschueren

vscode-linter-xo's People

Contributors

camilleriluke avatar mrmlnc avatar samverschueren avatar simonhaenisch avatar tusbar avatar xlc avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.