@antfu/eslint-config-basic
Advanced tools
Comparing version 0.39.6 to 0.39.7
@@ -371,2 +371,4 @@ module.exports = { | ||
'unicorn/prefer-number-properties': 'error', | ||
// Ban `new Array` as `Array` constructor's params are ambiguous | ||
'unicorn/no-new-array': 'error', | ||
@@ -373,0 +375,0 @@ 'no-use-before-define': ['error', { functions: false, classes: false, variables: true }], |
{ | ||
"name": "@antfu/eslint-config-basic", | ||
"version": "0.39.6", | ||
"version": "0.39.7", | ||
"description": "", | ||
@@ -22,5 +22,5 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", | ||
"eslint-plugin-import": "npm:eslint-plugin-i@2.27.5-3", | ||
"eslint-plugin-jsonc": "^2.8.0", | ||
"eslint-plugin-jsonc": "^2.9.0", | ||
"eslint-plugin-markdown": "^3.0.0", | ||
"eslint-plugin-n": "^16.0.0", | ||
"eslint-plugin-n": "^16.0.1", | ||
"eslint-plugin-no-only-tests": "^3.1.0", | ||
@@ -30,9 +30,9 @@ "eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"eslint-plugin-yml": "^1.7.0", | ||
"eslint-plugin-yml": "^1.8.0", | ||
"jsonc-eslint-parser": "^2.3.0", | ||
"yaml-eslint-parser": "^1.2.2", | ||
"eslint-plugin-antfu": "0.39.6" | ||
"eslint-plugin-antfu": "0.39.7" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.41.0" | ||
"eslint": "^8.44.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
23170
629
+ Addedeslint-plugin-antfu@0.39.7(transitive)
- Removedeslint-plugin-antfu@0.39.6(transitive)
Updatedeslint-plugin-antfu@0.39.7
Updatedeslint-plugin-jsonc@^2.9.0
Updatedeslint-plugin-n@^16.0.1
Updatedeslint-plugin-yml@^1.8.0