Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B BrainBox
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 47
    • Issues 47
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Roberto José TORO OLMEDO
  • BrainBox
  • Merge requests
  • !167

Add xo

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Roberto José TORO OLMEDO requested to merge github/fork/sleepiejohn/add-xo into master Oct 18, 2017
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 3

Created by: sleepiejohn

This adds xo to lint the project for code style mistakes on it's source. To lint the project, one can run npm test and the lint will print warning and errors. Fixing common automagically errors require the installation of xo globally or point to the binary under node_modules, to install globally run npm i -g xo from any directory and on the project directory run xo --fix.

Fix #158 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/sleepiejohn/add-xo