Skip to content

Commit 2e9379e

Browse files
Nfinishedljharb
authored andcommitted
[readme] Increase clarity around typescript configuration
1 parent e85c694 commit 2e9379e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
4646
- [Tests] [`no-restricted-paths`]: Tests for `import type` statements ([#2459], thanks [@golergka])
4747
- [Tests] [`no-restricted-paths`]: fix one failing `import type` test case, submitted by [@golergka], thanks [@azyzz228]
4848
- [Docs] automate docs with eslint-doc-generator ([#2582], thanks [@bmish])
49+
- [readme] Increase clarity around typescript configuration ([#2588], thanks [@Nfinished])
4950

5051
## [2.26.0] - 2022-04-05
5152

@@ -1020,6 +1021,8 @@ for info on changes for earlier releases.
10201021

10211022
[`memo-parser`]: ./memo-parser/README.md
10221023

1024+
[#2588]: https://github.com/import-js/eslint-plugin-import/pull/2588
1025+
[#2582]: https://github.com/import-js/eslint-plugin-import/pull/2582
10231026
[#2570]: https://github.com/import-js/eslint-plugin-import/pull/2570
10241027
[#2568]: https://github.com/import-js/eslint-plugin-import/pull/2568
10251028
[#2546]: https://github.com/import-js/eslint-plugin-import/pull/2546
@@ -1051,9 +1054,9 @@ for info on changes for earlier releases.
10511054
[#2374]: https://github.com/import-js/eslint-plugin-import/pull/2374
10521055
[#2371]: https://github.com/import-js/eslint-plugin-import/pull/2371
10531056
[#2367]: https://github.com/import-js/eslint-plugin-import/pull/2367
1054-
[#2332]: https://github.com/import-js/eslint-plugin-import/pull/2332
10551057
[#2358]: https://github.com/import-js/eslint-plugin-import/pull/2358
10561058
[#2341]: https://github.com/import-js/eslint-plugin-import/pull/2341
1059+
[#2332]: https://github.com/import-js/eslint-plugin-import/pull/2332
10571060
[#2334]: https://github.com/import-js/eslint-plugin-import/pull/2334
10581061
[#2330]: https://github.com/import-js/eslint-plugin-import/pull/2330
10591062
[#2305]: https://github.com/import-js/eslint-plugin-import/pull/2305
@@ -1695,6 +1698,7 @@ for info on changes for earlier releases.
16951698
[@mrmckeb]: https://github.com/mrmckeb
16961699
[@msvab]: https://github.com/msvab
16971700
[@mx-bernhard]: https://github.com/mx-bernhard
1701+
[@Nfinished]: https://github.com/Nfinished
16981702
[@nickofthyme]: https://github.com/nickofthyme
16991703
[@nicolashenry]: https://github.com/nicolashenry
17001704
[@noelebrun]: https://github.com/noelebrun

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ rules:
133133

134134
# TypeScript
135135

136-
You may use the following shortcut or assemble your own config using the granular settings described below.
136+
You may use the following snippet or assemble your own config using the granular settings described below it.
137137

138138
Make sure you have installed [`@typescript-eslint/parser`] and [`eslint-import-resolver-typescript`] which are used in the following configuration.
139139

0 commit comments

Comments
 (0)