@bratislava/eslint-config-nest 0.6.0 → 0.7.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/index.js +0 -4
  2. package/package.json +2 -3
package/index.js CHANGED
@@ -8,7 +8,6 @@
8
8
  import { baseConfig } from "@bratislava/eslint-config";
9
9
  import eslintNestJs from "@darraghor/eslint-plugin-nestjs-typed";
10
10
  import json from "@eslint/json";
11
- import markdown from "@eslint/markdown";
12
11
  import jest from "eslint-plugin-jest";
13
12
  import globals from "globals";
14
13
 
@@ -73,9 +72,6 @@ export function createNestConfig(options = {}) {
73
72
  // NestJS plugin
74
73
  eslintNestJs.configs.flatRecommended,
75
74
 
76
- // Markdown support
77
- ...markdown.configs.recommended,
78
-
79
75
  // JSON support
80
76
  {
81
77
  plugins: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bratislava/eslint-config-nest",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "ESLint configuration for NestJS backend projects",
5
5
  "keywords": [
6
6
  "eslint",
@@ -30,10 +30,9 @@
30
30
  "typescript": ">= 5"
31
31
  },
32
32
  "dependencies": {
33
- "@bratislava/eslint-config": "0.6.0",
33
+ "@bratislava/eslint-config": "0.7.0",
34
34
  "@darraghor/eslint-plugin-nestjs-typed": "7.1.3",
35
35
  "@eslint/json": "0.14.0",
36
- "@eslint/markdown": "6.6.0",
37
36
  "eslint-plugin-jest": "28.13.5",
38
37
  "globals": "16.5.0"
39
38
  },