Skip to content

Commit

Permalink
Add links for better ESLint introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierluigi Cau committed Jan 21, 2016
1 parent 860d704 commit 620d810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion coding-guidelines.md
Expand Up @@ -17,7 +17,9 @@


## General
We are using the eslintrc to lint our code. All basic rules are defined there, some important rules are:
We use [ESLint](http://eslint.org/) to lint our Javascript. All basic rules are
defined in the [.eslintrc](https://github.com/mesosphere/marathon-ui/blob/master/.eslintrc)
file, the most important rules are:
- Max line length is 80 characters.
- Indentation is 2 spaces.
- No multiple empty lines.
Expand Down

0 comments on commit 620d810

Please sign in to comment.