@modern-js-app/eslint-config 2.34.0 → 2.35.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/CHANGELOG.md +10 -0
- package/base.js +0 -6
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
package/base.js
CHANGED
|
@@ -44,8 +44,6 @@ module.exports = {
|
|
|
44
44
|
'promise',
|
|
45
45
|
// https://www.npmjs.com/package/eslint-plugin-node
|
|
46
46
|
'node',
|
|
47
|
-
// https: //github.com/eslint/eslint-plugin-markdown
|
|
48
|
-
'markdown',
|
|
49
47
|
],
|
|
50
48
|
// https://eslint.org/docs/user-guide/configuring#extending-configuration-files
|
|
51
49
|
extends: [
|
|
@@ -1277,10 +1275,6 @@ module.exports = {
|
|
|
1277
1275
|
files: ['*.stories.[tj]sx', '*.stories.[tj]s'],
|
|
1278
1276
|
rules: { 'import/no-anonymous-default-export': 'off' },
|
|
1279
1277
|
},
|
|
1280
|
-
{
|
|
1281
|
-
files: ['**/*.md'],
|
|
1282
|
-
processor: 'markdown/markdown',
|
|
1283
|
-
},
|
|
1284
1278
|
// ignore auto-generated css module declarations
|
|
1285
1279
|
{
|
|
1286
1280
|
files: ['*.css.d.ts'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modern-js-app/eslint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.35.0",
|
|
4
4
|
"description": "A Progressive React Framework for modern web development.",
|
|
5
5
|
"homepage": "https://modernjs.dev",
|
|
6
6
|
"bugs": "https://github.com/web-infra-dev/modern.js/issues",
|
|
@@ -28,14 +28,13 @@
|
|
|
28
28
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
29
29
|
"eslint-plugin-filenames": "^1.3.2",
|
|
30
30
|
"eslint-plugin-import": "^2.24.1",
|
|
31
|
-
"eslint-plugin-markdown": "^3.0.0",
|
|
32
31
|
"eslint-plugin-node": "^11.1.0",
|
|
33
32
|
"eslint-plugin-prettier": "^4.0.0",
|
|
34
33
|
"eslint-plugin-promise": "^6.1.1",
|
|
35
34
|
"eslint-plugin-react": "^7.24.0",
|
|
36
35
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
37
36
|
"prettier": "^2.3.2",
|
|
38
|
-
"@modern-js/babel-preset-app": "2.
|
|
37
|
+
"@modern-js/babel-preset-app": "2.35.0"
|
|
39
38
|
},
|
|
40
39
|
"devDependencies": {
|
|
41
40
|
"eslint-find-rules": "^4.1.0",
|