@frontify/eslint-config-basic 0.20.0 → 0.20.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/index.js +2 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -15,7 +15,7 @@ module.exports = {
15
15
  'plugin:eslint-comments/recommended',
16
16
  'plugin:jsonc/recommended-with-json',
17
17
  'plugin:yml/standard',
18
- 'plugin:markdown/recommended',
18
+ 'plugin:markdown/recommended-legacy',
19
19
  'plugin:import/recommended',
20
20
  'plugin:import/typescript',
21
21
  'prettier',
@@ -131,6 +131,7 @@ module.exports = {
131
131
  '@html-eslint/no-extra-spacing-attrs': ['error', { enforceBeforeSelfClose: true }],
132
132
  // Conflict with Prettier
133
133
  '@html-eslint/require-closing-tags': 'off',
134
+ 'spaced-comment': 'off',
134
135
  },
135
136
  },
136
137
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontify/eslint-config-basic",
3
- "version": "0.20.0",
3
+ "version": "0.20.2",
4
4
  "author": "Frontify Developers <developers@frontify.com>",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -34,7 +34,7 @@
34
34
  "eslint-plugin-no-only-tests": "^3.1.0",
35
35
  "eslint-plugin-prettier": "^5.1.3",
36
36
  "eslint-plugin-promise": "^6.1.1",
37
- "eslint-plugin-unicorn": "^50.0.1",
37
+ "eslint-plugin-unicorn": "^51.0.0",
38
38
  "eslint-plugin-yml": "^1.13.2",
39
39
  "yaml-eslint-parser": "^1.2.2"
40
40
  },