Skip to content

Commit 6577e29

Browse files
committed
eslint: fix anchor navigation
1 parent 7673e22 commit 6577e29

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

plugin-gradle/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Spotless supports all of Gradle's built-in performance features (incremental bui
6969
- [FreshMark](#freshmark) aka markdown
7070
- [Antlr4](#antlr4) ([antlr4formatter](#antlr4formatter))
7171
- [SQL](#sql) ([dbeaver](#dbeaver), [prettier](#prettier))
72-
- [Typescript](#typescript) ([tsfmt](#tsfmt), [prettier](#prettier), [ESLint](#eslint--typescript-))
73-
- [Javascript](#javascript) ([prettier](#prettier), [ESLint](#eslint--javascript-))
72+
- [Typescript](#typescript) ([tsfmt](#tsfmt), [prettier](#prettier), [ESLint](#eslint-typescript))
73+
- [Javascript](#javascript) ([prettier](#prettier), [ESLint](#eslint-javascript))
7474
- [JSON](#json)
7575
- Multiple languages
7676
- [Prettier](#prettier) ([plugins](#prettier-plugins), [npm detection](#npm-detection), [`.npmrc` detection](#npmrc-detection))
@@ -624,7 +624,7 @@ For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#n
624624
The auto-discovery of config files (up the file tree) will not work when using ESLint within spotless,
625625
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
626626
627-
The configuration is very similar to the [ESLint (Javascript)](#eslint--javascript-) configuration. It differs in supported
627+
The configuration is very similar to the [ESLint (Javascript)](#eslint-javascript) configuration. It differs in supported
628628
styleguides and the requirement for a tsconfigFile.
629629
630630
```gradle
@@ -689,7 +689,7 @@ spotless {
689689
The auto-discovery of config files (up the file tree) will not work when using ESLint within spotless,
690690
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
691691
692-
The configuration is very similar to the [ESLint (Typescript)](#eslint--typescript-) configuration. It differs in supported
692+
The configuration is very similar to the [ESLint (Typescript)](#eslint-typescript) configuration. It differs in supported
693693
styleguides and no requirement for a tsconfig (of course).
694694
695695
```gradle

plugin-maven/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ user@machine repo % mvn spotless:check
5757
- [Sql](#sql) ([dbeaver](#dbeaver))
5858
- [Maven Pom](#maven-pom) ([sortPom](#sortpom))
5959
- [Markdown](#markdown) ([flexmark](#flexmark))
60-
- [Typescript](#typescript) ([tsfmt](#tsfmt), [prettier](#prettier), [ESLint](#eslint--typescript-))
61-
- [Javascript](#javascript) ([prettier](#prettier), [ESLint](#eslint--javascript-))
60+
- [Typescript](#typescript) ([tsfmt](#tsfmt), [prettier](#prettier), [ESLint](#eslint-typescript))
61+
- [Javascript](#javascript) ([prettier](#prettier), [ESLint](#eslint-javascript))
6262
- [JSON](#json)
6363
- Multiple languages
6464
- [Prettier](#prettier) ([plugins](#prettier-plugins), [npm detection](#npm-detection), [`.npmrc` detection](#npmrc-detection))
@@ -724,7 +724,7 @@ For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#n
724724
The auto-discovery of config files (up the file tree) will not work when using ESLint within spotless,
725725
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
726726

727-
The configuration is very similar to the [ESLint (Javascript)](#eslint--javascript-) configuration. It differs in supported
727+
The configuration is very similar to the [ESLint (Javascript)](#eslint-javascript) configuration. It differs in supported
728728
styleguides and the requirement for a tsconfigFile.
729729

730730
```xml
@@ -803,7 +803,7 @@ For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#n
803803
The auto-discovery of config files (up the file tree) will not work when using ESLint within spotless,
804804
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
805805

806-
The configuration is very similar to the [ESLint (Typescript)](#eslint--typescript-) configuration. It differs in supported
806+
The configuration is very similar to the [ESLint (Typescript)](#eslint-typescript) configuration. It differs in supported
807807
styleguides and no requirement for a tsconfig (of course).
808808

809809
```xml

0 commit comments

Comments
 (0)