Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
remove stray § character
Browse files Browse the repository at this point in the history
I thought it pointed to a footnote, but it didn't - so it's just confusing! I assume it slipped in by accident.
  • Loading branch information
ChrisBAshton committed May 8, 2019
1 parent e2ba216 commit fa6a4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js.md
Expand Up @@ -37,7 +37,7 @@ Easier than running standard manually is to install it as a plugin in your edito
There are [official guides for most of the popular editors](http://standardjs.com/index.html#text-editor-plugins).

### Why standard?
§

Linting rules can be a contentious subject, and a lot of them are down to personal preference. The core idea of standard is to be opinionated and limit the amount of initial bikeshedding discussions around which linting rules to pick, because in the end, it's not as important which rules you pick as it is to just be consistent about it. This is why we chose standard: because we want to be consistent about how we write code, but don't want to spend unnecessary time picking different rules (which all have valid points).

The standard docs have a [complete list of rules and some reasoning behind them](http://standardjs.com/rules.html).
Expand Down

0 comments on commit fa6a4a2

Please sign in to comment.