Skip to content

Commit 8bda20e

Browse files
authored
docs: remove manually maintained anchors (#16685)
* docs: remove manually maintained toc and anchors * revert: toc is back
1 parent b401cde commit 8bda20e

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J
3131
2. [Configuration](#configuration)
3232
3. [Code of Conduct](#code-of-conduct)
3333
4. [Filing Issues](#filing-issues)
34-
5. [Frequently Asked Questions](#faq)
34+
5. [Frequently Asked Questions](#frequently-asked-questions)
3535
6. [Releases](#releases)
3636
7. [Security Policy](#security-policy)
3737
8. [Semantic Versioning Policy](#semantic-versioning-policy)
@@ -41,7 +41,7 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J
4141
12. [Sponsors](#sponsors)
4242
13. [Technology Sponsors](#technology-sponsors)
4343

44-
## <a name="installation-and-usage"></a>Installation and Usage
44+
## Installation and Usage
4545

4646
Prerequisites: [Node.js](https://nodejs.org/) (`^12.22.0`, `^14.17.0`, or `>=16.0.0`) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
4747

@@ -57,7 +57,7 @@ After that, you can run ESLint on any file or directory like this:
5757
./node_modules/.bin/eslint yourfile.js
5858
```
5959

60-
## <a name="configuration"></a>Configuration
60+
## Configuration
6161

6262
After running `npm init @eslint/config`, you'll have a `.eslintrc` file in your directory. In it, you'll see some rules configured like this:
6363

@@ -78,11 +78,11 @@ The names `"semi"` and `"quotes"` are the names of [rules](https://eslint.org/do
7878

7979
The three error levels allow you fine-grained control over how ESLint applies rules (for more configuration options and details, see the [configuration docs](https://eslint.org/docs/user-guide/configuring)).
8080

81-
## <a name="code-of-conduct"></a>Code of Conduct
81+
## Code of Conduct
8282

8383
ESLint adheres to the [JS Foundation Code of Conduct](https://eslint.org/conduct).
8484

85-
## <a name="filing-issues"></a>Filing Issues
85+
## Filing Issues
8686

8787
Before filing an issue, please be sure to read the guidelines for what you're reporting:
8888

@@ -91,7 +91,7 @@ Before filing an issue, please be sure to read the guidelines for what you're re
9191
* [Proposing a Rule Change](https://eslint.org/docs/developer-guide/contributing/rule-changes)
9292
* [Request a Change](https://eslint.org/docs/developer-guide/contributing/changes)
9393

94-
## <a name="faq"></a>Frequently Asked Questions
94+
## Frequently Asked Questions
9595

9696
### I'm using JSCS, should I migrate to ESLint?
9797

@@ -141,15 +141,15 @@ We intentionally don't lock dependency versions so that we have the latest compa
141141

142142
The Twilio blog has a [deeper dive](https://www.twilio.com/blog/lockfiles-nodejs) to learn more.
143143

144-
## <a name="releases"></a>Releases
144+
## Releases
145145

146146
We have scheduled releases every two weeks on Friday or Saturday. You can follow a [release issue](https://github.com/eslint/eslint/issues?q=is%3Aopen+is%3Aissue+label%3Arelease) for updates about the scheduling of any particular release.
147147

148-
## <a name="security-policy"></a>Security Policy
148+
## Security Policy
149149

150150
ESLint takes security seriously. We work hard to ensure that ESLint is safe for everyone and that security issues are addressed quickly and responsibly. Read the full [security policy](https://github.com/eslint/.github/blob/master/SECURITY.md).
151151

152-
## <a name="semantic-versioning-policy"></a>Semantic Versioning Policy
152+
## Semantic Versioning Policy
153153

154154
ESLint follows [semantic versioning](https://semver.org). However, due to the nature of ESLint as a code quality tool, it's not always clear when a minor or major version bump occurs. To help clarify this for everyone, we've defined the following semantic versioning policy for ESLint:
155155

@@ -182,7 +182,7 @@ ESLint follows [semantic versioning](https://semver.org). However, due to the na
182182

183183
According to our policy, any minor update may report more linting errors than the previous release (ex: from a bug fix). As such, we recommend using the tilde (`~`) in `package.json` e.g. `"eslint": "~3.1.0"` to guarantee the results of your builds.
184184

185-
## <a name="stylistic-rule-updates"></a>Stylistic Rule Updates
185+
## Stylistic Rule Updates
186186

187187
Stylistic rules are frozen according to [our policy](https://eslint.org/blog/2020/05/changes-to-rules-policies) on how we evaluate new rules and rule changes.
188188
This means:
@@ -191,11 +191,11 @@ This means:
191191
* **New ECMAScript features**: We will also make sure stylistic rules are compatible with new ECMAScript features.
192192
* **New options**: We will **not** add any new options to stylistic rules unless an option is the only way to fix a bug or support a newly-added ECMAScript feature.
193193

194-
## <a name="license"></a>License
194+
## License
195195

196196
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Feslint%2Feslint.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Feslint%2Feslint?ref=badge_large)
197197

198-
## <a name="team"></a>Team
198+
## Team
199199

200200
These folks keep the project moving and are resources for help.
201201

@@ -278,7 +278,7 @@ YeonJuan
278278

279279
<!--teamend-->
280280

281-
## <a name="sponsors"></a>Sponsors
281+
## Sponsors
282282

283283
The following companies, organizations, and individuals support ESLint's ongoing maintenance and development. [Become a Sponsor](https://opencollective.com/eslint) to get your logo on our README and website.
284284

@@ -291,7 +291,7 @@ The following companies, organizations, and individuals support ESLint's ongoing
291291
<p><a href="https://launchdarkly.com"><img src="https://images.opencollective.com/launchdarkly/574bb9e/logo.png" alt="launchdarkly" height="32"></a> <a href="https://nx.dev"><img src="https://images.opencollective.com/nx/0efbe42/logo.png" alt="Nx (by Nrwl)" height="32"></a> <a href="https://www.crosswordsolver.org/anagram-solver/"><img src="https://images.opencollective.com/anagram-solver/2666271/logo.png" alt="Anagram Solver" height="32"></a> <a href="https://www.vpsserver.com"><img src="https://images.opencollective.com/vpsservercom/logo.png" alt="VPS" height="32"></a> <a href="https://icons8.com"><img src="https://images.opencollective.com/icons8/7fa1641/logo.png" alt="Icons8: free icons, photos, illustrations, and music" height="32"></a> <a href="https://discord.com"><img src="https://images.opencollective.com/discordapp/f9645d9/logo.png" alt="Discord" height="32"></a> <a href="https://themeisle.com"><img src="https://images.opencollective.com/themeisle/d5592fe/logo.png" alt="ThemeIsle" height="32"></a> <a href="https://www.ignitionapp.com"><img src="https://avatars.githubusercontent.com/u/5753491?v=4" alt="Ignition" height="32"></a> <a href="https://herocoders.com"><img src="https://avatars.githubusercontent.com/u/37549774?v=4" alt="HeroCoders" height="32"></a></p>
292292
<!--sponsorsend-->
293293

294-
## <a name="technology-sponsors"></a>Technology Sponsors
294+
## Technology Sponsors
295295

296296
* Site search ([eslint.org](https://eslint.org)) is sponsored by [Algolia](https://www.algolia.com)
297297
* Hosting for ([eslint.org](https://eslint.org)) is sponsored by [Netlify](https://www.netlify.com)

0 commit comments

Comments
 (0)