File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -624,8 +624,8 @@ For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#n
624
624
The auto-discovery of config files (up the file tree) will not work when using ESLint within spotless,
625
625
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
626
626
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 .
629
629
630
630
```gradle
631
631
spotless {
@@ -689,8 +689,8 @@ spotless {
689
689
The auto-discovery of config files (up the file tree) will not work when using ESLint within spotless,
690
690
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
691
691
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 .
694
694
695
695
```gradle
696
696
Original file line number Diff line number Diff line change @@ -724,8 +724,8 @@ For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#n
724
724
The auto-discovery of config files (up the file tree) will not work when using ESLint within spotless,
725
725
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
726
726
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 .
729
729
730
730
``` xml
731
731
<eslint >
@@ -803,8 +803,8 @@ For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#n
803
803
The auto-discovery of config files (up the file tree) will not work when using ESLint within spotless,
804
804
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
805
805
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 .
808
808
809
809
``` xml
810
810
<eslint >
You can’t perform that action at this time.
0 commit comments