All Projects → xojs → atom-linter-xo

xojs / atom-linter-xo

Licence: MIT license
Linter for XO

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to atom-linter-xo

Atom Ava
Snippets for AVA and run tests directly in the editor
Stars: ✭ 96 (+6.67%)
Mutual labels:  atom, atom-editor
Atom React Snippets
esnext React snippets
Stars: ✭ 146 (+62.22%)
Mutual labels:  atom, atom-editor
Docker Atom Editor
Run the Atom editor within a Docker container
Stars: ✭ 110 (+22.22%)
Mutual labels:  atom, atom-editor
Atom Pull Requests
View/Edit comments on a Pull Request directly inside the Atom Editor
Stars: ✭ 47 (-47.78%)
Mutual labels:  atom, atom-editor
nord-atom-syntax
An arctic, north-bluish clean and elegant Atom syntax theme.
Stars: ✭ 72 (-20%)
Mutual labels:  atom, atom-editor
Nord Atom Ui
An arctic, north-bluish clean and elegant minimal Atom UI theme.
Stars: ✭ 94 (+4.44%)
Mutual labels:  atom, atom-editor
Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (+44.44%)
Mutual labels:  atom, atom-editor
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+733.33%)
Mutual labels:  atom, atom-editor
RebelChat
Rebel Chat 💬 - is a modern way to keep in touch with any team, and keep your messaging under control right in your editor.
Stars: ✭ 19 (-78.89%)
Mutual labels:  atom, atom-editor
Atom Portable
Portable version of the Atom text editor
Stars: ✭ 187 (+107.78%)
Mutual labels:  atom, atom-editor
Alfred Atom
Alfred workflow to browse and open Atom projects
Stars: ✭ 41 (-54.44%)
Mutual labels:  atom, atom-editor
atom-carbon-now-sh
Atom package to open the current editor content in https://carbon.now.sh/
Stars: ✭ 15 (-83.33%)
Mutual labels:  atom, atom-editor
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+877.78%)
Mutual labels:  atom, atom-editor
VisualTeensy
VisualCode projects for PJRC Teensy boards
Stars: ✭ 101 (+12.22%)
Mutual labels:  atom, atom-editor
Mighty React Snippets
Crafty React & Redux snippets for Atom Editor
Stars: ✭ 16 (-82.22%)
Mutual labels:  atom, atom-editor
Apex Syntax
Apex monochrome Atom theme syntax.
Stars: ✭ 127 (+41.11%)
Mutual labels:  atom, atom-editor
Apex Ui
Apex monochrome Atom theme UI.
Stars: ✭ 407 (+352.22%)
Mutual labels:  atom, atom-editor
Atom Transparency
How to make your Atom editor transparent
Stars: ✭ 477 (+430%)
Mutual labels:  atom, atom-editor
Gloom
A dark and gloomy pastel color syntax theme for Atom.
Stars: ✭ 182 (+102.22%)
Mutual labels:  atom, atom-editor
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (-46.67%)
Mutual labels:  atom, atom-editor

linter-xo

Linter for XO

Install

$ apm install linter-xo

Or, Settings → Install → Search for linter-xo.

Usage

Just write some code.

Settings can be found in the Linter package settings. XO config should be defined in package.json.

Note that it will only lint when XO is a dependency/devDependency in package.json.
This is to ensure it doesn't activate and conflict on projects using another linter, like ESLint.
We're considering a way to manually enable XO.

Fix

Automagically fix many of the linter issues by running XO: Fix in the Command Palette.

Fix on save

You can also have it fix the code when you save the file. (Only when XO is used in the project)

Enable it by going to; Settings → Packages → linter-xo → Settings, and then checking Fix On Save.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].