@genesislcap/eslint-config 14.160.1 → 14.161.0

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.
Files changed (2) hide show
  1. package/README.md +22 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,9 +2,30 @@
2
2
 
3
3
  Shared [ESLint](https://eslint.org/) configuration.
4
4
 
5
+
6
+ ## Installation
7
+
8
+ To enable this module in your application, follow the steps below.
9
+
10
+ 1. Add `@genesislcap/eslint-config` as a dependency in your `package.json` file. Whenever you change the dependencies of your project, ensure you run the `$ npm run bootstrap` command again. You can find more information in the [package.json basics](https://learn.genesis.global/secure/web/basics/package-json-basics/) page.
11
+
12
+ ```json
13
+ {
14
+ ...
15
+ "dependencies": {
16
+ ...
17
+ "@genesislcap/eslint-config": "latest"
18
+ ...
19
+ },
20
+ ...
21
+ }
22
+ ```
23
+
24
+ ## [API Docs](./docs/api/index.md)
25
+
5
26
  ## License
6
27
 
7
- Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
28
+ Note: this project provides front-end dependencies and uses licensed components listed in the next section; thus, licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
8
29
 
9
30
  ### Licensed components
10
31
  Genesis low-code platform
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/eslint-config",
3
3
  "description": "ESLint config",
4
- "version": "14.160.1",
4
+ "version": "14.161.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "engines": {
7
7
  "node": ">=20.0.0"
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "598e3599570a21709dfdc8e47adf5c77e5feff80"
30
+ "gitHead": "75ef6861f287624c5efcee0f3ca24d1c167102d3"
31
31
  }