@bifravst/eslint-config-typescript 6.0.1 → 6.0.2

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 +2 -5
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -8,11 +8,8 @@
8
8
  [![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)
9
9
 
10
10
  ESLint configuration (with [TypeScript support](https://typescript-eslint.io/))
11
- for all our projects.
12
-
13
- See
14
- [@nordicsemiconductor/asset-tracker-cloud-code-style](https://github.com/NordicSemiconductor/asset-tracker-cloud-code-style-js#readme)
15
- for usage.
11
+ for all our projects. Uses the
12
+ [new ESLint config format](https://eslint.org/docs/latest/use/configure/configuration-files-new).
16
13
 
17
14
  ## Installation
18
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifravst/eslint-config-typescript",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "ESLint config for all our projects.",
5
5
  "type": "module",
6
6
  "main": "eslint.config.js",
@@ -20,6 +20,7 @@
20
20
  "author": "Nordic Semiconductor ASA | nordicsemi.no",
21
21
  "license": "BSD-3-Clause",
22
22
  "dependencies": {
23
+ "@eslint/js": "8.56.0",
23
24
  "@typescript-eslint/eslint-plugin": "7.0.1",
24
25
  "eslint": "8.56.0",
25
26
  "eslint-config-prettier": "9.1.0",