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

Docs: add table of contents to README #677

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ 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)

## Presets

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