Skip to content

Latest commit

 

History

History
101 lines (74 loc) · 4.81 KB

README.md

File metadata and controls

101 lines (74 loc) · 4.81 KB

frowse-style

Frowse Style Guide

Installation

$ npm i --save-dev eslint-config-frowse

Usage

Create a .eslintrc file in your project directory, containing:

{
    "extends": "eslint-config-frowse"
}

##Other Stuff in this repo ###Sublime text snippets Some snippets I find useful, use them or not, I don't mind.

###default .gitignore and other useful files and configs

Resources (list from Airbnb JS Style Guide)

Learning ES6

Read This

Tools

Other Style Guides

Other Styles

Further Reading

Books

Blogs

Podcasts