Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Docs: add a table of contents to README
Browse files Browse the repository at this point in the history
Closes gh-677
Fixes #665
  • Loading branch information
hzoo authored and Joel Kemp committed Oct 10, 2014
1 parent bbf85df commit d42dbab
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ JSCS — JavaScript Code Style.

**This is a documentation for the development version, please refer to the https://www.npmjs.org/package/jscs instead**

## Table of Contents

- [Presets](#presets)
- [Friendly Packages](#friendly-packages)
- [Extensions](#extensions)
- [Installation](#installation)
- [CLI](#cli)
- [Options](#options)
- [Error Suppression](#error-suppression)
- [Versioning & Semver](#versioning--semver)
- [Rules](#rules)
- [Removed Rules](#removed-rules)
- [Browser Usage](#browser-usage)
- [How to Contribute](https://github.com/jscs-dev/node-jscs/blob/master/CONTRIBUTING.md)

## Presets

* [Airbnb](presets/airbnb.json) - https://github.com/airbnb/javascript
Expand Down

0 comments on commit d42dbab

Please sign in to comment.