Skip to content

Instantly share code, notes, and snippets.

View patbenatar's full-sized avatar

Nick Giancola patbenatar

View GitHub Profile

Setup Atom to use eslint, tslint, prettier, js-beautify, scss-lint, json-lint, etc

install some modules into project dev for when you call atom from commandline

npm install eslint-plugin-html eslint-config-prettier eslint-plugin-prettier tslint-config-prettier --dev

or