@kontent-ai/eslint-config 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -13
- package/jest.js +1 -1
- package/package.json +1 -1
- package/react.js +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
[![Contributors][contributors-shield]][contributors-url]
|
|
2
|
+
[![npm][npm-shield]](https://www.npmjs.com/package/@kontent-ai/eslint-config)
|
|
2
3
|
[![Forks][forks-shield]][forks-url]
|
|
3
4
|
[![Stargazers][stars-shield]][stars-url]
|
|
4
5
|
[![Issues][issues-shield]][issues-url]
|
|
@@ -16,24 +17,25 @@ This is the eslint configuration that Kontent.ai uses for its TypeScript package
|
|
|
16
17
|
Install the package and [extend](https://eslint.org/docs/latest/use/configure/configuration-files#extending-configuration-files) from it your eslint configuration.
|
|
17
18
|
|
|
18
19
|
Available configurations are:
|
|
19
|
-
* kontent-ai (default configuration for any TypeScript file)
|
|
20
|
-
* kontent-ai/react (react specific, extends default)
|
|
21
|
-
* kontent-ai/jest (jest specific, extends default)
|
|
20
|
+
* `@kontent-ai` (default configuration for any TypeScript file)
|
|
21
|
+
* `@kontent-ai/eslint-config/react` (react specific, extends default)
|
|
22
|
+
* `@kontent-ai/eslint-config/jest` (jest specific, extends default)
|
|
22
23
|
|
|
23
24
|
# License
|
|
24
25
|
|
|
25
26
|
Distributed under the MIT License. See [`LICENSE.md`](./LICENSE.md) for more information.
|
|
26
27
|
|
|
27
28
|
|
|
28
|
-
[contributors-shield]: https://img.shields.io/github/contributors/
|
|
29
|
-
[contributors-url]: https://github.com/
|
|
30
|
-
[
|
|
31
|
-
[forks-
|
|
32
|
-
[
|
|
33
|
-
[stars-
|
|
34
|
-
[
|
|
35
|
-
[issues-
|
|
36
|
-
[
|
|
37
|
-
[license-
|
|
29
|
+
[contributors-shield]: https://img.shields.io/github/contributors/kontent-ai/eslint-config.svg?style=for-the-badge
|
|
30
|
+
[contributors-url]: https://github.com/kontent-ai/eslint-config/graphs/contributors
|
|
31
|
+
[npm-shield]: https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white
|
|
32
|
+
[forks-shield]: https://img.shields.io/github/forks/kontent-ai/eslint-config.svg?style=for-the-badge
|
|
33
|
+
[forks-url]: https://github.com/kontent-ai/eslint-config/network/members
|
|
34
|
+
[stars-shield]: https://img.shields.io/github/stars/kontent-ai/eslint-config.svg?style=for-the-badge
|
|
35
|
+
[stars-url]: https://github.com/kontent-ai/eslint-config/stargazers
|
|
36
|
+
[issues-shield]: https://img.shields.io/github/issues/kontent-ai/eslint-config.svg?style=for-the-badge
|
|
37
|
+
[issues-url]:https://github.com/kontent-ai/eslint-config/issues
|
|
38
|
+
[license-shield]: https://img.shields.io/github/license/kontent-ai/eslint-config.svg?style=for-the-badge
|
|
39
|
+
[license-url]:https://github.com/kontent-ai/eslint-config/blob/master/LICENSE.md
|
|
38
40
|
[discord-shield]: https://img.shields.io/discord/821885171984891914?color=%237289DA&label=Kontent.ai%20Discord&logo=discord&style=for-the-badge
|
|
39
41
|
[discord-url]: https://discord.com/invite/SKCxwPtevJ
|
package/jest.js
CHANGED
package/package.json
CHANGED