Skip to content

Commit 0227e89

Browse files
committed
eslint: cleanup doc
1 parent 6577e29 commit 0227e89

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
@@ -624,8 +624,8 @@ 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
628-
styleguides and the requirement for a tsconfigFile.
627+
The configuration is very similar to the [ESLint (Javascript)](#eslint-javascript) configuration. In typescript, a
628+
reference to a `tsconfig.json` is required.
629629
630630
```gradle
631631
spotless {
@@ -689,8 +689,8 @@ 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
693-
styleguides and no requirement for a tsconfig (of course).
692+
The configuration is very similar to the [ESLint (Typescript)](#eslint-typescript) configuration. In javascript, *no*
693+
`tsconfig.json` is supported.
694694
695695
```gradle
696696

plugin-maven/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,8 @@ 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
728-
styleguides and the requirement for a tsconfigFile.
727+
The configuration is very similar to the [ESLint (Javascript)](#eslint-javascript) configuration. In typescript, a
728+
reference to a `tsconfig.json` is required.
729729

730730
```xml
731731
<eslint>
@@ -803,8 +803,8 @@ 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
807-
styleguides and no requirement for a tsconfig (of course).
806+
The configuration is very similar to the [ESLint (Typescript)](#eslint-typescript) configuration. In javascript, *no*
807+
`tsconfig.json` is supported.
808808

809809
```xml
810810
<eslint>

0 commit comments

Comments
 (0)