Skip to content

Commit

Permalink
Update README.md, see #734
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 7, 2019
1 parent aecd7b2 commit 7ddfa95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Here is a list of all the available configuration files and why to use them for
* `node_eslintrc.js` expands on the base rules and adds configuration only intended for Node.js code (i.e. `perennial`).
* `sim_eslint.js` expands on the base rules and adds configuration intended for code run in sims (think of this as es5 sim rules)
* `sim_es6_eslint.js` expands on the sim rules and adds configuration intended for sims that have no es5 in them (i.e. `wave-interference`)
* `sim_es6_eslint_review.js` expands on `sim_es6_eslint.js` and adds rules that could be helpful during a code review

So here is the hierarchy of chipper's config files. Indentation symbolized the "extends" relationship.

Expand Down

0 comments on commit 7ddfa95

Please sign in to comment.