@@ -69,8 +69,8 @@ Spotless supports all of Gradle's built-in performance features (incremental bui
69
69
- [ FreshMark] ( #freshmark ) aka markdown
70
70
- [ Antlr4] ( #antlr4 ) ([ antlr4formatter] ( #antlr4formatter ) )
71
71
- [ 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- ) )
74
74
- [ JSON] ( #json )
75
75
- Multiple languages
76
76
- [ Prettier] ( #prettier ) ([ plugins] ( #prettier-plugins ) , [ npm detection] ( #npm-detection ) , [ ` .npmrc ` detection] ( #npmrc-detection ) )
@@ -610,13 +610,13 @@ spotless {
610
610
611
611
For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#npmrc-detection) sections of prettier, which apply also to tsfmt.
612
612
613
- ### eslint (Typescript)
613
+ ### ESLint (Typescript)
614
614
615
615
[npm](https://www.npmjs.com/package/eslint). [changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md). *Please note:*
616
- The auto-discovery of config files (up the file tree) will not work when using eslint within spotless,
616
+ The auto-discovery of config files (up the file tree) will not work when using ESLint within spotless,
617
617
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
618
618
619
- The configuration is very similar to the [eslint (Javascript)](#eslint--javascript-) configuration. It differs in supported
619
+ The configuration is very similar to the [ESLint (Javascript)](#eslint--javascript-) configuration. It differs in supported
620
620
styleguides and the requirement for a tsconfigFile.
621
621
622
622
```gradle
@@ -656,9 +656,9 @@ spotless {
656
656
}
657
657
```
658
658
659
- **Prerequisite: eslint requires a working NodeJS version**
659
+ **Prerequisite: ESLint requires a working NodeJS version**
660
660
661
- For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#npmrc-detection) sections of prettier, which apply also to eslint .
661
+ For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#npmrc-detection) sections of prettier, which apply also to ESLint .
662
662
663
663
## Javascript
664
664
@@ -677,13 +677,13 @@ spotless {
677
677
}
678
678
```
679
679
680
- ### eslint (Javascript)
680
+ ### ESLint (Javascript)
681
681
682
682
[npm](https://www.npmjs.com/package/eslint). [changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md). *Please note:*
683
- The auto-discovery of config files (up the file tree) will not work when using eslint within spotless,
683
+ The auto-discovery of config files (up the file tree) will not work when using ESLint within spotless,
684
684
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
685
685
686
- The configuration is very similar to the [eslint (Typescript)](#eslint--typescript-) configuration. It differs in supported
686
+ The configuration is very similar to the [ESLint (Typescript)](#eslint--typescript-) configuration. It differs in supported
687
687
styleguides and no requirement for a tsconfig (of course).
688
688
689
689
```gradle
@@ -722,9 +722,9 @@ spotless {
722
722
}
723
723
```
724
724
725
- **Prerequisite: eslint requires a working NodeJS version**
725
+ **Prerequisite: ESLint requires a working NodeJS version**
726
726
727
- For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#npmrc-detection) sections of prettier, which apply also to eslint .
727
+ For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#npmrc-detection) sections of prettier, which apply also to ESLint .
728
728
729
729
## JSON
730
730
0 commit comments