Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

webduinoio/coding-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Style Guide

We followed Airbnb ES5 as our style guide.

Tools

Make sure you have Node.js installed!

js-beautify

Installation

  • Install Sublime Text 3 package HTML-CSS-JS Pretiffy

Usage

  • Copy .jsbeautifyrc into your project folder.
  • Prettify your code (shift-command-h, by default).

eslint

Installation

  • sudo npm install -g eslint
  • Install Sublime Text 3 package SublimeLinter
  • Install Sublime Text 3 package SublimeLinter-contrib-eslint

Usage

  • Copy .eslintrc.json into root directory.
  • Configure your Sublime Text to lint on-the-fly or manually (Tools > SublimeLinter > Lint Mode).

About

✍️ JavaScript Style Guide

Topics

Resources

Stars

1 star

Watchers

6 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors