Skip to content

Commit e07082a

Browse files
committed
eslint: unify naming in documentation
1 parent 67a0a05 commit e07082a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

plugin-gradle/README.md

Lines changed: 12 additions & 12 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))
@@ -610,13 +610,13 @@ spotless {
610610
611611
For details, see the [npm detection](#npm-detection) and [`.npmrc` detection](#npmrc-detection) sections of prettier, which apply also to tsfmt.
612612
613-
### eslint (Typescript)
613+
### ESLint (Typescript)
614614
615615
[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,
617617
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
618618
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
620620
styleguides and the requirement for a tsconfigFile.
621621
622622
```gradle
@@ -656,9 +656,9 @@ spotless {
656656
}
657657
```
658658
659-
**Prerequisite: eslint requires a working NodeJS version**
659+
**Prerequisite: ESLint requires a working NodeJS version**
660660
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.
662662
663663
## Javascript
664664
@@ -677,13 +677,13 @@ spotless {
677677
}
678678
```
679679
680-
### eslint (Javascript)
680+
### ESLint (Javascript)
681681
682682
[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,
684684
hence you are required to provide resolvable file paths for config files, or alternatively provide the configuration inline.
685685
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
687687
styleguides and no requirement for a tsconfig (of course).
688688
689689
```gradle
@@ -722,9 +722,9 @@ spotless {
722722
}
723723
```
724724
725-
**Prerequisite: eslint requires a working NodeJS version**
725+
**Prerequisite: ESLint requires a working NodeJS version**
726726
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.
728728
729729
## JSON
730730

0 commit comments

Comments
 (0)