@mikey-pro/eslint-config 4.12.1 → 4.13.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.
- package/index.js +3 -12
- package/package.json +5 -5
package/index.js
CHANGED
|
@@ -91,19 +91,10 @@ module.exports = {
|
|
|
91
91
|
},
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
|
-
extends: ['plugin:md/recommended'],
|
|
95
94
|
files: ['*.md'],
|
|
96
|
-
|
|
95
|
+
extends: ['plugin:markdownlint/recommended'],
|
|
96
|
+
parser: 'eslint-plugin-markdownlint/parser',
|
|
97
97
|
rules: {
|
|
98
|
-
'md/remark': [
|
|
99
|
-
1,
|
|
100
|
-
{
|
|
101
|
-
plugins: [
|
|
102
|
-
'preset-lint-markdown-style-guide',
|
|
103
|
-
['lint-emphasis-marker', '_'],
|
|
104
|
-
],
|
|
105
|
-
},
|
|
106
|
-
],
|
|
107
98
|
'prettier/prettier': [1, { parser: 'markdown' }],
|
|
108
99
|
},
|
|
109
100
|
},
|
|
@@ -126,8 +117,8 @@ module.exports = {
|
|
|
126
117
|
1,
|
|
127
118
|
{ selfClosing: 'always' },
|
|
128
119
|
],
|
|
129
|
-
'prettier/prettier': [1, { parser: 'html' }],
|
|
130
120
|
'spaced-comment': 0,
|
|
121
|
+
'prettier/prettier': [1, { parser: 'html' }],
|
|
131
122
|
},
|
|
132
123
|
},
|
|
133
124
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikey-pro/eslint-config",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.13.2",
|
|
4
4
|
"description": "Mikey Pro ESLint configuration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"dependencies": {
|
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
"@babel/preset-env": "^7.18",
|
|
12
12
|
"@html-eslint/eslint-plugin": "^0.13.1",
|
|
13
13
|
"@html-eslint/parser": "^0.13.1",
|
|
14
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
15
|
-
"@typescript-eslint/parser": "^5.
|
|
14
|
+
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
|
15
|
+
"@typescript-eslint/parser": "^5.27.0",
|
|
16
16
|
"@vue/babel-plugin-jsx": "^1.1.1",
|
|
17
17
|
"eslint-config-prettier": "^8.5",
|
|
18
18
|
"eslint-config-react-app": "^7.0.1",
|
|
19
19
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
20
20
|
"eslint-plugin-compat": "^4.0",
|
|
21
21
|
"eslint-plugin-css-modules": "^2.11",
|
|
22
|
-
"eslint-plugin-disable-autofix": "^
|
|
22
|
+
"eslint-plugin-disable-autofix": "^2.1.0",
|
|
23
23
|
"eslint-plugin-json-format": "^2.0",
|
|
24
24
|
"eslint-plugin-jsonc": "^2.3.0",
|
|
25
|
-
"eslint-plugin-
|
|
25
|
+
"eslint-plugin-markdownlint": "^0.3.4",
|
|
26
26
|
"eslint-plugin-node": "^11.1.0",
|
|
27
27
|
"eslint-plugin-only-warn": "^1.0.3",
|
|
28
28
|
"eslint-plugin-prettier": "^4.0",
|