@modern-js-app/eslint-config 1.2.9 → 1.2.10

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 (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/base.js +1 -2
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @modern-js-app/eslint-config
2
2
 
3
+ ## 1.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 40b78af3d: fix(eslint): remove eslint-import-resolver-webpack
8
+ - Updated dependencies [602299a4d]
9
+ - Updated dependencies [40b78af3d]
10
+ - @modern-js/babel-preset-app@1.3.3
11
+ - @modern-js/plugin-jarvis@1.2.11
12
+
3
13
  ## 1.2.9
4
14
 
5
15
  ### Patch Changes
package/base.js CHANGED
@@ -241,7 +241,7 @@ module.exports = {
241
241
  * ],
242
242
  * https://eslint.org/docs/rules/no-empty-function
243
243
  * @TIPS
244
- * add commment to explain why we need a empty function/method here
244
+ * add comment to explain why we need a empty function/method here
245
245
  */
246
246
  'no-empty-function': ['error', { allow: [] }],
247
247
  // https://eslint.org/docs/rules/no-empty-pattern
@@ -1271,7 +1271,6 @@ module.exports = {
1271
1271
  'node/prefer-promises/fs': 'off',
1272
1272
  },
1273
1273
  settings: {
1274
- 'import/resolver': 'webpack',
1275
1274
  'import/extensions': jsExtensions,
1276
1275
  'import/ignore': ['\\.coffee$'],
1277
1276
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js-app/eslint-config",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
5
5
  "homepage": "https://modernjs.dev",
6
6
  "bugs": "https://github.com/modern-js-dev/modern.js/issues",
@@ -13,10 +13,10 @@
13
13
  "modern.js"
14
14
  ],
15
15
  "peerDependencies": {
16
- "@modern-js/plugin-jarvis": "^1.2.8"
16
+ "@modern-js/plugin-jarvis": "^1.2.11"
17
17
  },
18
18
  "dependencies": {
19
- "@modern-js/babel-preset-app": "^1.2.7"
19
+ "@modern-js/babel-preset-app": "^1.3.3"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@scripts/build": "0.0.0",