@@ -57,8 +57,8 @@ user@machine repo % mvn spotless:check
57
57
- [ Sql] ( #sql ) ([ dbeaver] ( #dbeaver ) )
58
58
- [ Maven Pom] ( #maven-pom ) ([ sortPom] ( #sortpom ) )
59
59
- [ 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 ) )
62
62
- [ JSON] ( #json )
63
63
- Multiple languages
64
64
- [ 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
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
727
+ The configuration is very similar to the [ ESLint (Javascript)] ( #eslint-javascript ) configuration. It differs in supported
728
728
styleguides and the requirement for a tsconfigFile.
729
729
730
730
``` xml
@@ -803,7 +803,7 @@ 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
806
+ The configuration is very similar to the [ ESLint (Typescript)] ( #eslint-typescript ) configuration. It differs in supported
807
807
styleguides and no requirement for a tsconfig (of course).
808
808
809
809
``` xml
0 commit comments