Skip to content

beta-district/styleguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Guides

Node.js

  1. In your project add this repo as a devDependency:

    yarn add --dev github:beta-district/styleguide
    
  2. Create a .eslintrc.json file that extends these rules:

    {
      "root": true,
      "extends": ["./node_modules/eslint-config-betadistrict/eslintrc.js"]
    }
  3. Add this to codeclimate.yml:

    prepare:
      fetch:
      - url: "https://raw.githubusercontent.com/beta-district/styleguide/master/eslintrc.js"
        path: "node_modules/eslint-config-betadistrict/eslintrc.js"

Without Code Climate Support

Extend the base config normally in .eslintrc.json:

  "extends": ["betadistrict"]

Ruby

Golang

#todo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published