@bratislava/eslint-config-nest 0.12.0 → 0.14.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.
- package/index.js +3 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -5,12 +5,14 @@
|
|
|
5
5
|
* Extends base config with NestJS-specific rules and plugins.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import { baseConfig } from "@bratislava/eslint-config";
|
|
8
|
+
import { baseConfig, prettierBase } from "@bratislava/eslint-config";
|
|
9
9
|
import eslintNestJs from "@darraghor/eslint-plugin-nestjs-typed";
|
|
10
10
|
import json from "@eslint/json";
|
|
11
11
|
import jest from "eslint-plugin-jest";
|
|
12
12
|
import globals from "globals";
|
|
13
13
|
|
|
14
|
+
export { prettierBase };
|
|
15
|
+
|
|
14
16
|
/**
|
|
15
17
|
* NestJS-specific rules
|
|
16
18
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bratislava/eslint-config-nest",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "ESLint configuration for NestJS backend projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"typescript": ">= 5"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@bratislava/eslint-config": "0.
|
|
33
|
+
"@bratislava/eslint-config": "0.14.0",
|
|
34
34
|
"@darraghor/eslint-plugin-nestjs-typed": "7.1.3",
|
|
35
35
|
"@eslint/json": "0.14.0",
|
|
36
36
|
"eslint-plugin-jest": "28.13.5",
|