Skip to content

Commit

Permalink
Remove unused TOC markers (#4434)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Nov 24, 2019
1 parent a801a34 commit 68880e0
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions docs/developer-guide/plugins.md
Expand Up @@ -4,8 +4,6 @@ Plugins are rules and sets of rules built by the community.

We recommend familiarising yourself and adhering to stylelint's [conventions for writing rules](rules.md), including those for names, options, messages, tests and docs.

<!-- TOC -->

## The anatomy of a plugin

```js
Expand Down
2 changes: 0 additions & 2 deletions docs/developer-guide/rules.md
Expand Up @@ -2,8 +2,6 @@

Please help us create, enhance, and debug stylelint rules!

<!-- TOC -->

## Creating a new rule

First, open [an issue](https://github.com/stylelint/stylelint/issues/new) with your idea for the new rule.
Expand Down
2 changes: 0 additions & 2 deletions docs/user-guide/about-rules.md
Expand Up @@ -4,8 +4,6 @@ We have taken great care to consistently name rules.

The rules have been designed to work together to enforce strict conventions.

<!-- TOC -->

## About rule names

Rule names are:
Expand Down
2 changes: 0 additions & 2 deletions docs/user-guide/cli.md
Expand Up @@ -8,8 +8,6 @@ stylelint is an [npm package](https://www.npmjs.com/package/stylelint). Install
npm install stylelint --save-dev
```

<!-- TOC -->

## Usage

`stylelint --help` prints the CLI documentation.
Expand Down
2 changes: 0 additions & 2 deletions docs/user-guide/configuration.md
Expand Up @@ -2,8 +2,6 @@

The linter *expects a configuration object*. You can either craft your own config or extend an existing one.

<!-- TOC -->

## Loading the configuration object

Finding and loading of your configuration object is done with [cosmiconfig](https://github.com/davidtheclark/cosmiconfig). Starting from the current working directory, it will look for the following possible sources, in this order:
Expand Down
2 changes: 0 additions & 2 deletions docs/user-guide/faq.md
@@ -1,7 +1,5 @@
# FAQ

<!-- TOC -->

## How do I turn off, disable or ignore a rule?

You can turn off a rule by setting its config value to `null`.
Expand Down
2 changes: 0 additions & 2 deletions docs/user-guide/node-api.md
Expand Up @@ -7,8 +7,6 @@ stylelint.lint(options)
.then(function(resultObject) { .. });
```

<!-- TOC -->

## Installation

stylelint is an [npm package](https://www.npmjs.com/package/stylelint). Install it using:
Expand Down
2 changes: 0 additions & 2 deletions docs/user-guide/postcss-plugin.md
Expand Up @@ -4,8 +4,6 @@ As with any other [PostCSS plugin](https://github.com/postcss/postcss#plugins),

*However, if a dedicated stylelint task runner plugin [is available](complementary-tools.md) (e.g. [gulp-stylelint](https://github.com/olegskl/gulp-stylelint) or [grunt-stylelint](https://github.com/wikimedia/grunt-stylelint)) we recommend you use that rather than this plugin, as they provide better reporting.*

<!-- TOC -->

## Installation

stylelint is an [npm package](https://www.npmjs.com/package/stylelint). Install it using:
Expand Down

0 comments on commit 68880e0

Please sign in to comment.