Compare commits
27 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
782ab7abb1 | ||
|
a5ec18a973 | ||
|
0a1f8c5612 | ||
|
73a790c1d0 | ||
|
0349a41506 | ||
|
a3c897a9ec | ||
|
774757b0e5 | ||
|
83db65f464 | ||
|
2e962a2785 | ||
|
625e845c80 | ||
|
38c927024b | ||
|
18e673f773 | ||
|
98708f1996 | ||
|
8b0a239f8f | ||
|
a60cd80ba9 | ||
|
48cc619ec2 | ||
|
97975dafc5 | ||
|
b425b251ea | ||
|
9346e47d92 | ||
|
b6133dcd42 | ||
|
b7cff5d6a2 | ||
|
e54ac17e09 | ||
|
8f51445a67 | ||
|
4a0c791207 | ||
|
8e1140aef2 | ||
|
a46866b102 | ||
|
0117961e43 |
92
CHANGELOG.md
92
CHANGELOG.md
@@ -3,6 +3,98 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.18.9](https://github.com/antfu/eslint-config/compare/v0.18.8...v0.18.9) (2022-03-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **vue:** disable `vue/no-setup-props-destructure` ([0a1f8c5](https://github.com/antfu/eslint-config/commit/0a1f8c56124ac1735e7b26879ac3e6ab9289ca74))
|
||||
* disable `yml/no-empty-document` ([73a790c](https://github.com/antfu/eslint-config/commit/73a790c1d08f9ce9837cbad03d3f8b68a6b9a5f8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.8](https://github.com/antfu/eslint-config/compare/v0.18.7...v0.18.8) (2022-03-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* disable `spaced-comment` in yaml ([a3c897a](https://github.com/antfu/eslint-config/commit/a3c897a9ece0b15508564aa3dc1837eaaa161680))
|
||||
* disable no-var-requires in markdown ([774757b](https://github.com/antfu/eslint-config/commit/774757b0e5142f44678b1bd6f0db04aff0a5ee1f))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.7](https://github.com/antfu/eslint-config/compare/v0.18.6...v0.18.7) (2022-03-10)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improve `no-unused-vars` rule ([2e962a2](https://github.com/antfu/eslint-config/commit/2e962a278571113853435221e8c3d43bd9fa1421))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.6](https://github.com/antfu/eslint-config/compare/v0.18.5...v0.18.6) (2022-03-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* ignore lock files ([98708f1](https://github.com/antfu/eslint-config/commit/98708f19962c2544ed5fb3385c9cd0054b44c981))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.5](https://github.com/antfu/eslint-config/compare/v0.18.4...v0.18.5) (2022-03-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* package.json keys order ([97975da](https://github.com/antfu/eslint-config/commit/97975dafc50c919b7a5a46fe94314e4f367bde22))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.4](https://github.com/antfu/eslint-config/compare/v0.18.3...v0.18.4) (2022-03-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* imporve markdown rules ([e54ac17](https://github.com/antfu/eslint-config/commit/e54ac17e09090fd6ff18e65ecaf312b2a0556aa6))
|
||||
* lint vitepress by default ([8f51445](https://github.com/antfu/eslint-config/commit/8f51445a6781c98163a439b25b4fa1c1a6649110))
|
||||
* package.json key orders ([b6133dc](https://github.com/antfu/eslint-config/commit/b6133dcd42b1b051e4bd150897c9b307e61eda51))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.3](https://github.com/antfu/eslint-config/compare/v0.18.2...v0.18.3) (2022-03-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* disable no-callback-literal ([8e1140a](https://github.com/antfu/eslint-config/commit/8e1140aef29d3562eac9f009f45c7160494eec67))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update markdown rules ([0117961](https://github.com/antfu/eslint-config/commit/0117961e430a4f8cd6ad942ba19631f1c7e19459))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
|
||||
|
||||
|
||||
|
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 Anthony Fu<https://github.com/antfu>
|
||||
Copyright (c) 2019-PRESENT Anthony Fu<https://github.com/antfu>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
34
README.md
34
README.md
@@ -1,6 +1,13 @@
|
||||
# @antfu/eslint-config
|
||||
|
||||
[](https://npmjs.com/package/@antfu/eslint-config)
|
||||
[](https://npmjs.com/package/@antfu/eslint-config)
|
||||
|
||||
- Single quotes, no semi
|
||||
- Auto fix for formatting (aimed to be used standalone without Prettier)
|
||||
- TypeScript, Vue, React out-of-box
|
||||
- Lint also for json, yaml, markdown
|
||||
- Sorted imports, dangling commas for cleaner commit diff
|
||||
- Reasonable defaults, best practices, only one-line of config
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -14,18 +21,11 @@ pnpm add -D eslint @antfu/eslint-config
|
||||
|
||||
```json
|
||||
{
|
||||
"extends": [
|
||||
"@antfu"
|
||||
]
|
||||
"extends": "@antfu"
|
||||
}
|
||||
```
|
||||
|
||||
### Config `.eslintignore`
|
||||
|
||||
```txt
|
||||
dist
|
||||
public
|
||||
```
|
||||
> You don't need `.eslintignore` normally as it has been provided by the preset.
|
||||
|
||||
### Add script for package.json
|
||||
|
||||
@@ -34,12 +34,12 @@ For example:
|
||||
```json
|
||||
{
|
||||
"scripts": {
|
||||
"lint": "eslint \"**/*.{vue,ts,js}\""
|
||||
"lint": "eslint ."
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### Config VSCode auto fix
|
||||
### Config VS Code auto fix
|
||||
|
||||
Create `.vscode/settings.json`
|
||||
|
||||
@@ -51,3 +51,13 @@ Create `.vscode/settings.json`
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Check Also
|
||||
|
||||
- [antfu/vscode-settings](https://github.com/antfu/vscode-settings) - My VS Code settings
|
||||
- [antfu/ts-starter](https://github.com/antfu/ts-starter) - My starter template for TypeScript library
|
||||
- [antfu/vitesse](https://github.com/antfu/vitesse) - My starter template for Vue & Vite app
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
@@ -2,5 +2,5 @@
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.18.1"
|
||||
"version": "0.18.9"
|
||||
}
|
||||
|
@@ -1,17 +1,16 @@
|
||||
{
|
||||
"name": "@antfu/eslint-config-monorepo",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"lint": "npx eslint --ext .js,.json,.vue,.md .",
|
||||
"lint": "eslint .",
|
||||
"release": "lerna publish --conventional-commits"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "*",
|
||||
"eslint": "^8.10.0",
|
||||
"eslint": "^8.11.0",
|
||||
"lerna": "^4.0.0",
|
||||
"typescript": "^4.6.2"
|
||||
}
|
||||
|
@@ -3,6 +3,70 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.18.9](https://github.com/antfu/eslint-config/compare/v0.18.8...v0.18.9) (2022-03-20)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.8](https://github.com/antfu/eslint-config/compare/v0.18.7...v0.18.8) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.7](https://github.com/antfu/eslint-config/compare/v0.18.6...v0.18.7) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.6](https://github.com/antfu/eslint-config/compare/v0.18.5...v0.18.6) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.5](https://github.com/antfu/eslint-config/compare/v0.18.4...v0.18.5) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.4](https://github.com/antfu/eslint-config/compare/v0.18.3...v0.18.4) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.3](https://github.com/antfu/eslint-config/compare/v0.18.2...v0.18.3) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config
|
||||
|
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"name": "@antfu/eslint-config",
|
||||
"version": "0.18.1",
|
||||
"version": "0.18.9",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"peerDependencies": {
|
||||
"eslint": ">=7.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/eslint-config-react": "^0.18.1",
|
||||
"@antfu/eslint-config-vue": "^0.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"@antfu/eslint-config-react": "^0.18.9",
|
||||
"@antfu/eslint-config-vue": "^0.18.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
||||
"@typescript-eslint/parser": "^5.15.0",
|
||||
"eslint-config-standard": "17.0.0-1",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-html": "^6.2.0",
|
||||
@@ -24,14 +24,14 @@
|
||||
"eslint-plugin-jsonc": "^2.2.1",
|
||||
"eslint-plugin-n": "^15.0.1",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"eslint-plugin-unicorn": "^41.0.0",
|
||||
"eslint-plugin-unicorn": "^41.0.1",
|
||||
"eslint-plugin-vue": "^8.5.0",
|
||||
"eslint-plugin-yml": "^0.14.0",
|
||||
"jsonc-eslint-parser": "^2.1.0",
|
||||
"yaml-eslint-parser": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.10.0"
|
||||
"eslint": "^8.11.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@@ -3,6 +3,97 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.18.9](https://github.com/antfu/eslint-config/compare/v0.18.8...v0.18.9) (2022-03-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* disable `yml/no-empty-document` ([73a790c](https://github.com/antfu/eslint-config/commit/73a790c1d08f9ce9837cbad03d3f8b68a6b9a5f8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.8](https://github.com/antfu/eslint-config/compare/v0.18.7...v0.18.8) (2022-03-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* disable `spaced-comment` in yaml ([a3c897a](https://github.com/antfu/eslint-config/commit/a3c897a9ece0b15508564aa3dc1837eaaa161680))
|
||||
* disable no-var-requires in markdown ([774757b](https://github.com/antfu/eslint-config/commit/774757b0e5142f44678b1bd6f0db04aff0a5ee1f))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.7](https://github.com/antfu/eslint-config/compare/v0.18.6...v0.18.7) (2022-03-10)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improve `no-unused-vars` rule ([2e962a2](https://github.com/antfu/eslint-config/commit/2e962a278571113853435221e8c3d43bd9fa1421))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.6](https://github.com/antfu/eslint-config/compare/v0.18.5...v0.18.6) (2022-03-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* ignore lock files ([98708f1](https://github.com/antfu/eslint-config/commit/98708f19962c2544ed5fb3385c9cd0054b44c981))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.5](https://github.com/antfu/eslint-config/compare/v0.18.4...v0.18.5) (2022-03-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* package.json keys order ([97975da](https://github.com/antfu/eslint-config/commit/97975dafc50c919b7a5a46fe94314e4f367bde22))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.4](https://github.com/antfu/eslint-config/compare/v0.18.3...v0.18.4) (2022-03-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* imporve markdown rules ([e54ac17](https://github.com/antfu/eslint-config/commit/e54ac17e09090fd6ff18e65ecaf312b2a0556aa6))
|
||||
* lint vitepress by default ([8f51445](https://github.com/antfu/eslint-config/commit/8f51445a6781c98163a439b25b4fa1c1a6649110))
|
||||
* package.json key orders ([b6133dc](https://github.com/antfu/eslint-config/commit/b6133dcd42b1b051e4bd150897c9b307e61eda51))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.3](https://github.com/antfu/eslint-config/compare/v0.18.2...v0.18.3) (2022-03-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* disable no-callback-literal ([8e1140a](https://github.com/antfu/eslint-config/commit/8e1140aef29d3562eac9f009f45c7160494eec67))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update markdown rules ([0117961](https://github.com/antfu/eslint-config/commit/0117961e430a4f8cd6ad942ba19631f1c7e19459))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
|
||||
|
||||
|
||||
|
@@ -13,13 +13,21 @@ module.exports = {
|
||||
'plugin:markdown/recommended',
|
||||
],
|
||||
ignorePatterns: [
|
||||
'.cache',
|
||||
'*.min.*',
|
||||
'CHANGELOG.md',
|
||||
'dist',
|
||||
'LICENSE.*',
|
||||
'LICENSE*',
|
||||
'output',
|
||||
'coverage',
|
||||
'public',
|
||||
'temp',
|
||||
'packages-lock.json',
|
||||
'pnpm-lock.yaml',
|
||||
'yarn.lock',
|
||||
'__snapshots__',
|
||||
'!.github',
|
||||
'!.vitepress',
|
||||
'!.vscode',
|
||||
],
|
||||
plugins: [
|
||||
'html',
|
||||
@@ -43,6 +51,9 @@ module.exports = {
|
||||
{
|
||||
files: ['*.yaml', '*.yml'],
|
||||
parser: 'yaml-eslint-parser',
|
||||
rules: {
|
||||
'spaced-comment': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['package.json'],
|
||||
@@ -54,27 +65,33 @@ module.exports = {
|
||||
pathPattern: '^$',
|
||||
order: [
|
||||
'name',
|
||||
'type',
|
||||
'version',
|
||||
'private',
|
||||
'packageManager',
|
||||
'description',
|
||||
'keywords',
|
||||
'license',
|
||||
'author',
|
||||
'repository',
|
||||
'funding',
|
||||
'author',
|
||||
'type',
|
||||
'files',
|
||||
'exports',
|
||||
'main',
|
||||
'module',
|
||||
'types',
|
||||
'unpkg',
|
||||
'jsdelivr',
|
||||
'exports',
|
||||
'files',
|
||||
'bin',
|
||||
'sideEffects',
|
||||
'scripts',
|
||||
'husky',
|
||||
'lint-staged',
|
||||
'peerDependencies',
|
||||
'peerDependenciesMeta',
|
||||
'dependencies',
|
||||
'optionalDependencies',
|
||||
'devDependencies',
|
||||
'husky',
|
||||
'lint-staged',
|
||||
'eslintConfig',
|
||||
],
|
||||
},
|
||||
@@ -113,10 +130,17 @@ module.exports = {
|
||||
// Code blocks in markdown file
|
||||
files: ['**/*.md/*.*'],
|
||||
rules: {
|
||||
'no-unused-vars': 'off',
|
||||
'@typescript-eslint/no-redeclare': 'off',
|
||||
'@typescript-eslint/no-unused-vars': 'off',
|
||||
'@typescript-eslint/no-use-before-define': 'off',
|
||||
'@typescript-eslint/no-var-requires': 'off',
|
||||
'import/no-unresolved': 'off',
|
||||
'no-alert': 'off',
|
||||
'no-console': 'off',
|
||||
'no-restricted-imports': 'off',
|
||||
'no-undef': 'off',
|
||||
'no-unused-expressions': 'off',
|
||||
'import/no-unresolved': 'off',
|
||||
'no-unused-vars': 'off',
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -248,6 +272,7 @@ module.exports = {
|
||||
'no-use-before-define': ['error', { functions: false, classes: false, variables: true }],
|
||||
'eslint-comments/disable-enable-pair': 'off',
|
||||
'import/no-named-as-default-member': 'off',
|
||||
'n/no-callback-literal': 'off',
|
||||
|
||||
'sort-imports': [
|
||||
'error',
|
||||
@@ -259,5 +284,9 @@ module.exports = {
|
||||
allowSeparatedGroups: false,
|
||||
},
|
||||
],
|
||||
|
||||
// yml
|
||||
'yml/quotes': ['error', { prefer: 'single', avoidEscape: false }],
|
||||
'yml/no-empty-document': 'off',
|
||||
},
|
||||
}
|
||||
|
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@antfu/eslint-config-basic",
|
||||
"version": "0.18.1",
|
||||
"version": "0.18.9",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint . --config=index.js"
|
||||
},
|
||||
@@ -24,13 +24,13 @@
|
||||
"eslint-plugin-markdown": "^2.2.1",
|
||||
"eslint-plugin-n": "^15.0.1",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"eslint-plugin-unicorn": "^41.0.0",
|
||||
"eslint-plugin-unicorn": "^41.0.1",
|
||||
"eslint-plugin-yml": "^0.14.0",
|
||||
"jsonc-eslint-parser": "^2.1.0",
|
||||
"yaml-eslint-parser": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.10.0"
|
||||
"eslint": "^8.11.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@@ -3,6 +3,70 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.18.9](https://github.com/antfu/eslint-config/compare/v0.18.8...v0.18.9) (2022-03-20)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.8](https://github.com/antfu/eslint-config/compare/v0.18.7...v0.18.8) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.7](https://github.com/antfu/eslint-config/compare/v0.18.6...v0.18.7) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.6](https://github.com/antfu/eslint-config/compare/v0.18.5...v0.18.6) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.5](https://github.com/antfu/eslint-config/compare/v0.18.4...v0.18.5) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.4](https://github.com/antfu/eslint-config/compare/v0.18.3...v0.18.4) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.3](https://github.com/antfu/eslint-config/compare/v0.18.2...v0.18.3) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-react
|
||||
|
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@antfu/eslint-config-react",
|
||||
"version": "0.18.1",
|
||||
"version": "0.18.9",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint . --config=index.js"
|
||||
},
|
||||
@@ -19,11 +19,11 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/eslint-config-ts": "^0.18.1",
|
||||
"eslint-plugin-react": "^7.29.3"
|
||||
"@antfu/eslint-config-ts": "^0.18.9",
|
||||
"eslint-plugin-react": "^7.29.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.10.0",
|
||||
"eslint": "^8.11.0",
|
||||
"react": "^17.0.2",
|
||||
"typescript": "^4.6.2"
|
||||
}
|
||||
|
@@ -3,6 +3,73 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.18.9](https://github.com/antfu/eslint-config/compare/v0.18.8...v0.18.9) (2022-03-20)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-ts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.8](https://github.com/antfu/eslint-config/compare/v0.18.7...v0.18.8) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-ts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.7](https://github.com/antfu/eslint-config/compare/v0.18.6...v0.18.7) (2022-03-10)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improve `no-unused-vars` rule ([2e962a2](https://github.com/antfu/eslint-config/commit/2e962a278571113853435221e8c3d43bd9fa1421))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.6](https://github.com/antfu/eslint-config/compare/v0.18.5...v0.18.6) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-ts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.5](https://github.com/antfu/eslint-config/compare/v0.18.4...v0.18.5) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-ts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.4](https://github.com/antfu/eslint-config/compare/v0.18.3...v0.18.4) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-ts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.3](https://github.com/antfu/eslint-config/compare/v0.18.2...v0.18.3) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-ts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-ts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-ts
|
||||
|
@@ -25,7 +25,7 @@ module.exports = {
|
||||
'indent': 'off',
|
||||
'@typescript-eslint/indent': ['error', 2],
|
||||
'no-unused-vars': 'off',
|
||||
'@typescript-eslint/no-unused-vars': 'error',
|
||||
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
|
||||
'no-redeclare': 'off',
|
||||
'@typescript-eslint/no-redeclare': 'error',
|
||||
'no-use-before-define': 'off',
|
||||
|
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@antfu/eslint-config-ts",
|
||||
"version": "0.18.1",
|
||||
"version": "0.18.9",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -17,11 +17,11 @@
|
||||
"typescript": ">=3.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/eslint-config-basic": "^0.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
||||
"@typescript-eslint/parser": "^5.13.0"
|
||||
"@antfu/eslint-config-basic": "^0.18.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
||||
"@typescript-eslint/parser": "^5.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.10.0"
|
||||
"eslint": "^8.11.0"
|
||||
}
|
||||
}
|
||||
|
@@ -3,6 +3,73 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.18.9](https://github.com/antfu/eslint-config/compare/v0.18.8...v0.18.9) (2022-03-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **vue:** disable `vue/no-setup-props-destructure` ([0a1f8c5](https://github.com/antfu/eslint-config/commit/0a1f8c56124ac1735e7b26879ac3e6ab9289ca74))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.8](https://github.com/antfu/eslint-config/compare/v0.18.7...v0.18.8) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-vue
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.7](https://github.com/antfu/eslint-config/compare/v0.18.6...v0.18.7) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-vue
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.6](https://github.com/antfu/eslint-config/compare/v0.18.5...v0.18.6) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-vue
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.5](https://github.com/antfu/eslint-config/compare/v0.18.4...v0.18.5) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-vue
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.4](https://github.com/antfu/eslint-config/compare/v0.18.3...v0.18.4) (2022-03-10)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-vue
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.3](https://github.com/antfu/eslint-config/compare/v0.18.2...v0.18.3) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-vue
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-vue
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
|
||||
|
||||
**Note:** Version bump only for package @antfu/eslint-config-vue
|
||||
|
@@ -23,5 +23,8 @@ module.exports = {
|
||||
'vue/require-prop-types': 'off',
|
||||
'vue/require-default-prop': 'off',
|
||||
'vue/multi-word-component-names': 'off',
|
||||
|
||||
// reactivity transform
|
||||
'vue/no-setup-props-destructure': 'off',
|
||||
},
|
||||
}
|
||||
|
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@antfu/eslint-config-vue",
|
||||
"version": "0.18.1",
|
||||
"version": "0.18.9",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"peerDependencies": {
|
||||
"eslint": ">=7.4.0"
|
||||
},
|
||||
@@ -16,10 +16,10 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/eslint-config-ts": "^0.18.1",
|
||||
"@antfu/eslint-config-ts": "^0.18.9",
|
||||
"eslint-plugin-vue": "^8.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.10.0"
|
||||
"eslint": "^8.11.0"
|
||||
}
|
||||
}
|
||||
|
274
pnpm-lock.yaml
generated
274
pnpm-lock.yaml
generated
@@ -5,22 +5,22 @@ importers:
|
||||
.:
|
||||
specifiers:
|
||||
'@antfu/eslint-config': '*'
|
||||
eslint: ^8.10.0
|
||||
eslint: ^8.11.0
|
||||
lerna: ^4.0.0
|
||||
typescript: ^4.6.2
|
||||
devDependencies:
|
||||
'@antfu/eslint-config': link:packages/all
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
lerna: 4.0.0
|
||||
typescript: 4.6.2
|
||||
|
||||
packages/all:
|
||||
specifiers:
|
||||
'@antfu/eslint-config-react': ^0.18.0
|
||||
'@antfu/eslint-config-vue': ^0.18.0
|
||||
'@typescript-eslint/eslint-plugin': ^5.13.0
|
||||
'@typescript-eslint/parser': ^5.13.0
|
||||
eslint: ^8.10.0
|
||||
'@antfu/eslint-config-react': ^0.18.8
|
||||
'@antfu/eslint-config-vue': ^0.18.8
|
||||
'@typescript-eslint/eslint-plugin': ^5.15.0
|
||||
'@typescript-eslint/parser': ^5.15.0
|
||||
eslint: ^8.11.0
|
||||
eslint-config-standard: 17.0.0-1
|
||||
eslint-plugin-eslint-comments: ^3.2.0
|
||||
eslint-plugin-html: ^6.2.0
|
||||
@@ -28,7 +28,7 @@ importers:
|
||||
eslint-plugin-jsonc: ^2.2.1
|
||||
eslint-plugin-n: ^15.0.1
|
||||
eslint-plugin-promise: ^6.0.0
|
||||
eslint-plugin-unicorn: ^41.0.0
|
||||
eslint-plugin-unicorn: ^41.0.1
|
||||
eslint-plugin-vue: ^8.5.0
|
||||
eslint-plugin-yml: ^0.14.0
|
||||
jsonc-eslint-parser: ^2.1.0
|
||||
@@ -36,26 +36,26 @@ importers:
|
||||
dependencies:
|
||||
'@antfu/eslint-config-react': link:../react
|
||||
'@antfu/eslint-config-vue': link:../vue
|
||||
'@typescript-eslint/eslint-plugin': 5.13.0_33fffc354ccfa91fbe7d1677b9395a0a
|
||||
'@typescript-eslint/parser': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||
eslint-config-standard: 17.0.0-1_4ef2f4f4771997ec726ac5d259d18bf3
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.10.0
|
||||
'@typescript-eslint/eslint-plugin': 5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28
|
||||
'@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2
|
||||
eslint-config-standard: 17.0.0-1_e3fbc39d1dad97c63e2c5f7699d49cd4
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.11.0
|
||||
eslint-plugin-html: 6.2.0
|
||||
eslint-plugin-import: 2.25.4_eslint@8.10.0
|
||||
eslint-plugin-jsonc: 2.2.1_eslint@8.10.0
|
||||
eslint-plugin-n: 15.0.1_eslint@8.10.0
|
||||
eslint-plugin-promise: 6.0.0_eslint@8.10.0
|
||||
eslint-plugin-unicorn: 41.0.0_eslint@8.10.0
|
||||
eslint-plugin-vue: 8.5.0_eslint@8.10.0
|
||||
eslint-plugin-yml: 0.14.0_eslint@8.10.0
|
||||
eslint-plugin-import: 2.25.4_eslint@8.11.0
|
||||
eslint-plugin-jsonc: 2.2.1_eslint@8.11.0
|
||||
eslint-plugin-n: 15.0.1_eslint@8.11.0
|
||||
eslint-plugin-promise: 6.0.0_eslint@8.11.0
|
||||
eslint-plugin-unicorn: 41.0.1_eslint@8.11.0
|
||||
eslint-plugin-vue: 8.5.0_eslint@8.11.0
|
||||
eslint-plugin-yml: 0.14.0_eslint@8.11.0
|
||||
jsonc-eslint-parser: 2.1.0
|
||||
yaml-eslint-parser: 0.5.0
|
||||
devDependencies:
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
|
||||
packages/basic:
|
||||
specifiers:
|
||||
eslint: ^8.10.0
|
||||
eslint: ^8.11.0
|
||||
eslint-config-standard: 17.0.0-1
|
||||
eslint-plugin-eslint-comments: ^3.2.0
|
||||
eslint-plugin-html: ^6.2.0
|
||||
@@ -64,64 +64,64 @@ importers:
|
||||
eslint-plugin-markdown: ^2.2.1
|
||||
eslint-plugin-n: ^15.0.1
|
||||
eslint-plugin-promise: ^6.0.0
|
||||
eslint-plugin-unicorn: ^41.0.0
|
||||
eslint-plugin-unicorn: ^41.0.1
|
||||
eslint-plugin-yml: ^0.14.0
|
||||
jsonc-eslint-parser: ^2.1.0
|
||||
yaml-eslint-parser: ^0.5.0
|
||||
dependencies:
|
||||
eslint-config-standard: 17.0.0-1_4ef2f4f4771997ec726ac5d259d18bf3
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.10.0
|
||||
eslint-config-standard: 17.0.0-1_e3fbc39d1dad97c63e2c5f7699d49cd4
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.11.0
|
||||
eslint-plugin-html: 6.2.0
|
||||
eslint-plugin-import: 2.25.4_eslint@8.10.0
|
||||
eslint-plugin-jsonc: 2.2.1_eslint@8.10.0
|
||||
eslint-plugin-markdown: 2.2.1_eslint@8.10.0
|
||||
eslint-plugin-n: 15.0.1_eslint@8.10.0
|
||||
eslint-plugin-promise: 6.0.0_eslint@8.10.0
|
||||
eslint-plugin-unicorn: 41.0.0_eslint@8.10.0
|
||||
eslint-plugin-yml: 0.14.0_eslint@8.10.0
|
||||
eslint-plugin-import: 2.25.4_eslint@8.11.0
|
||||
eslint-plugin-jsonc: 2.2.1_eslint@8.11.0
|
||||
eslint-plugin-markdown: 2.2.1_eslint@8.11.0
|
||||
eslint-plugin-n: 15.0.1_eslint@8.11.0
|
||||
eslint-plugin-promise: 6.0.0_eslint@8.11.0
|
||||
eslint-plugin-unicorn: 41.0.1_eslint@8.11.0
|
||||
eslint-plugin-yml: 0.14.0_eslint@8.11.0
|
||||
jsonc-eslint-parser: 2.1.0
|
||||
yaml-eslint-parser: 0.5.0
|
||||
devDependencies:
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
|
||||
packages/react:
|
||||
specifiers:
|
||||
'@antfu/eslint-config-ts': ^0.18.0
|
||||
eslint: ^8.10.0
|
||||
eslint-plugin-react: ^7.29.3
|
||||
'@antfu/eslint-config-ts': ^0.18.8
|
||||
eslint: ^8.11.0
|
||||
eslint-plugin-react: ^7.29.4
|
||||
react: ^17.0.2
|
||||
typescript: ^4.6.2
|
||||
dependencies:
|
||||
'@antfu/eslint-config-ts': link:../typescript
|
||||
eslint-plugin-react: 7.29.3_eslint@8.10.0
|
||||
eslint-plugin-react: 7.29.4_eslint@8.11.0
|
||||
devDependencies:
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
react: 17.0.2
|
||||
typescript: 4.6.2
|
||||
|
||||
packages/typescript:
|
||||
specifiers:
|
||||
'@antfu/eslint-config-basic': ^0.18.0
|
||||
'@typescript-eslint/eslint-plugin': ^5.13.0
|
||||
'@typescript-eslint/parser': ^5.13.0
|
||||
eslint: ^8.10.0
|
||||
'@antfu/eslint-config-basic': ^0.18.8
|
||||
'@typescript-eslint/eslint-plugin': ^5.15.0
|
||||
'@typescript-eslint/parser': ^5.15.0
|
||||
eslint: ^8.11.0
|
||||
dependencies:
|
||||
'@antfu/eslint-config-basic': link:../basic
|
||||
'@typescript-eslint/eslint-plugin': 5.13.0_33fffc354ccfa91fbe7d1677b9395a0a
|
||||
'@typescript-eslint/parser': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||
'@typescript-eslint/eslint-plugin': 5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28
|
||||
'@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2
|
||||
devDependencies:
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
|
||||
packages/vue:
|
||||
specifiers:
|
||||
'@antfu/eslint-config-ts': ^0.18.0
|
||||
eslint: ^8.10.0
|
||||
'@antfu/eslint-config-ts': ^0.18.8
|
||||
eslint: ^8.11.0
|
||||
eslint-plugin-vue: ^8.5.0
|
||||
dependencies:
|
||||
'@antfu/eslint-config-ts': link:../typescript
|
||||
eslint-plugin-vue: 8.5.0_eslint@8.10.0
|
||||
eslint-plugin-vue: 8.5.0_eslint@8.11.0
|
||||
devDependencies:
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
|
||||
packages:
|
||||
|
||||
@@ -141,18 +141,18 @@ packages:
|
||||
chalk: 2.4.2
|
||||
js-tokens: 4.0.0
|
||||
|
||||
/@eslint/eslintrc/1.2.0:
|
||||
resolution: {integrity: sha512-igm9SjJHNEJRiUnecP/1R5T3wKLEJ7pL6e2P+GUSfCd0dGjPYYZve08uzw8L2J8foVHFz+NGu12JxRcU2gGo6w==}
|
||||
/@eslint/eslintrc/1.2.1:
|
||||
resolution: {integrity: sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
ajv: 6.12.6
|
||||
debug: 4.3.2
|
||||
espree: 9.3.1
|
||||
globals: 13.9.0
|
||||
ignore: 4.0.6
|
||||
ignore: 5.2.0
|
||||
import-fresh: 3.2.1
|
||||
js-yaml: 4.1.0
|
||||
minimatch: 3.0.4
|
||||
minimatch: 3.1.2
|
||||
strip-json-comments: 3.1.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -164,7 +164,7 @@ packages:
|
||||
dependencies:
|
||||
'@humanwhocodes/object-schema': 1.2.1
|
||||
debug: 4.3.2
|
||||
minimatch: 3.0.4
|
||||
minimatch: 3.1.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@@ -1074,8 +1074,8 @@ packages:
|
||||
resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.13.0_33fffc354ccfa91fbe7d1677b9395a0a:
|
||||
resolution: {integrity: sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==}
|
||||
/@typescript-eslint/eslint-plugin/5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28:
|
||||
resolution: {integrity: sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
@@ -1085,12 +1085,12 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||
'@typescript-eslint/scope-manager': 5.13.0
|
||||
'@typescript-eslint/type-utils': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||
'@typescript-eslint/utils': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||
'@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2
|
||||
'@typescript-eslint/scope-manager': 5.15.0
|
||||
'@typescript-eslint/type-utils': 5.15.0_eslint@8.11.0+typescript@4.6.2
|
||||
'@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.6.2
|
||||
debug: 4.3.2
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
ignore: 5.2.0
|
||||
regexpp: 3.2.0
|
||||
@@ -1101,8 +1101,8 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/parser/5.13.0_eslint@8.10.0+typescript@4.6.2:
|
||||
resolution: {integrity: sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==}
|
||||
/@typescript-eslint/parser/5.15.0_eslint@8.11.0+typescript@4.6.2:
|
||||
resolution: {integrity: sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
@@ -1111,26 +1111,26 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.13.0
|
||||
'@typescript-eslint/types': 5.13.0
|
||||
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.6.2
|
||||
'@typescript-eslint/scope-manager': 5.15.0
|
||||
'@typescript-eslint/types': 5.15.0
|
||||
'@typescript-eslint/typescript-estree': 5.15.0_typescript@4.6.2
|
||||
debug: 4.3.2
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
typescript: 4.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/scope-manager/5.13.0:
|
||||
resolution: {integrity: sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==}
|
||||
/@typescript-eslint/scope-manager/5.15.0:
|
||||
resolution: {integrity: sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.13.0
|
||||
'@typescript-eslint/visitor-keys': 5.13.0
|
||||
'@typescript-eslint/types': 5.15.0
|
||||
'@typescript-eslint/visitor-keys': 5.15.0
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/type-utils/5.13.0_eslint@8.10.0+typescript@4.6.2:
|
||||
resolution: {integrity: sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==}
|
||||
/@typescript-eslint/type-utils/5.15.0_eslint@8.11.0+typescript@4.6.2:
|
||||
resolution: {integrity: sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
@@ -1139,22 +1139,22 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.13.0_eslint@8.10.0+typescript@4.6.2
|
||||
'@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.6.2
|
||||
debug: 4.3.2
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
tsutils: 3.21.0_typescript@4.6.2
|
||||
typescript: 4.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/types/5.13.0:
|
||||
resolution: {integrity: sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==}
|
||||
/@typescript-eslint/types/5.15.0:
|
||||
resolution: {integrity: sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.13.0_typescript@4.6.2:
|
||||
resolution: {integrity: sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==}
|
||||
/@typescript-eslint/typescript-estree/5.15.0_typescript@4.6.2:
|
||||
resolution: {integrity: sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@@ -1162,8 +1162,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.13.0
|
||||
'@typescript-eslint/visitor-keys': 5.13.0
|
||||
'@typescript-eslint/types': 5.15.0
|
||||
'@typescript-eslint/visitor-keys': 5.15.0
|
||||
debug: 4.3.2
|
||||
globby: 11.0.4
|
||||
is-glob: 4.0.3
|
||||
@@ -1174,29 +1174,29 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/utils/5.13.0_eslint@8.10.0+typescript@4.6.2:
|
||||
resolution: {integrity: sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==}
|
||||
/@typescript-eslint/utils/5.15.0_eslint@8.11.0+typescript@4.6.2:
|
||||
resolution: {integrity: sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.9
|
||||
'@typescript-eslint/scope-manager': 5.13.0
|
||||
'@typescript-eslint/types': 5.13.0
|
||||
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.6.2
|
||||
eslint: 8.10.0
|
||||
'@typescript-eslint/scope-manager': 5.15.0
|
||||
'@typescript-eslint/types': 5.15.0
|
||||
'@typescript-eslint/typescript-estree': 5.15.0_typescript@4.6.2
|
||||
eslint: 8.11.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.10.0
|
||||
eslint-utils: 3.0.0_eslint@8.11.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.13.0:
|
||||
resolution: {integrity: sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==}
|
||||
/@typescript-eslint/visitor-keys/5.15.0:
|
||||
resolution: {integrity: sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.13.0
|
||||
'@typescript-eslint/types': 5.15.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
dev: false
|
||||
|
||||
@@ -2120,7 +2120,7 @@ packages:
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/eslint-config-standard/17.0.0-1_4ef2f4f4771997ec726ac5d259d18bf3:
|
||||
/eslint-config-standard/17.0.0-1_e3fbc39d1dad97c63e2c5f7699d49cd4:
|
||||
resolution: {integrity: sha512-aqRG58dqoBNfOLN+PsitasxmW+W9Os4oQrx081B16T4E4WogsSbpUL6hnKSnyv35sSRYA2XjBtKMOrUboL6jgw==}
|
||||
peerDependencies:
|
||||
eslint: ^8.0.1
|
||||
@@ -2128,10 +2128,10 @@ packages:
|
||||
eslint-plugin-n: ^14.0.0
|
||||
eslint-plugin-promise: ^6.0.0
|
||||
dependencies:
|
||||
eslint: 8.10.0
|
||||
eslint-plugin-import: 2.25.4_eslint@8.10.0
|
||||
eslint-plugin-n: 15.0.1_eslint@8.10.0
|
||||
eslint-plugin-promise: 6.0.0_eslint@8.10.0
|
||||
eslint: 8.11.0
|
||||
eslint-plugin-import: 2.25.4_eslint@8.11.0
|
||||
eslint-plugin-n: 15.0.1_eslint@8.11.0
|
||||
eslint-plugin-promise: 6.0.0_eslint@8.11.0
|
||||
dev: false
|
||||
|
||||
/eslint-import-resolver-node/0.3.6:
|
||||
@@ -2149,25 +2149,25 @@ packages:
|
||||
find-up: 2.1.0
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-es/4.1.0_eslint@8.10.0:
|
||||
/eslint-plugin-es/4.1.0_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==}
|
||||
engines: {node: '>=8.10.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=4.19.1'
|
||||
dependencies:
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
eslint-utils: 2.1.0
|
||||
regexpp: 3.2.0
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-eslint-comments/3.2.0_eslint@8.10.0:
|
||||
/eslint-plugin-eslint-comments/3.2.0_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==}
|
||||
engines: {node: '>=6.5.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=4.19.1'
|
||||
dependencies:
|
||||
escape-string-regexp: 1.0.5
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
ignore: 5.1.8
|
||||
dev: false
|
||||
|
||||
@@ -2177,7 +2177,7 @@ packages:
|
||||
htmlparser2: 7.1.2
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-import/2.25.4_eslint@8.10.0:
|
||||
/eslint-plugin-import/2.25.4_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@@ -2187,7 +2187,7 @@ packages:
|
||||
array.prototype.flat: 1.2.5
|
||||
debug: 2.6.9
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
eslint-module-utils: 2.7.2
|
||||
has: 1.0.3
|
||||
@@ -2199,40 +2199,40 @@ packages:
|
||||
tsconfig-paths: 3.12.0
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-jsonc/2.2.1_eslint@8.10.0:
|
||||
/eslint-plugin-jsonc/2.2.1_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
eslint: 8.10.0
|
||||
eslint-utils: 3.0.0_eslint@8.10.0
|
||||
eslint: 8.11.0
|
||||
eslint-utils: 3.0.0_eslint@8.11.0
|
||||
jsonc-eslint-parser: 2.1.0
|
||||
natural-compare: 1.4.0
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-markdown/2.2.1_eslint@8.10.0:
|
||||
/eslint-plugin-markdown/2.2.1_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==}
|
||||
engines: {node: ^8.10.0 || ^10.12.0 || >= 12.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
mdast-util-from-markdown: 0.8.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-n/15.0.1_eslint@8.10.0:
|
||||
/eslint-plugin-n/15.0.1_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-w1vgnlS3Y3kd2Ye2YpQvWJppx6ViySIpBIcdlw1dBBaX3m1R/cdKHE3X2PWXhJdH88pmFy1a+04a6lMlo5D9EQ==}
|
||||
engines: {node: '>=12.22.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=7.0.0'
|
||||
dependencies:
|
||||
builtins: 4.0.0
|
||||
eslint: 8.10.0
|
||||
eslint-plugin-es: 4.1.0_eslint@8.10.0
|
||||
eslint-utils: 3.0.0_eslint@8.10.0
|
||||
eslint: 8.11.0
|
||||
eslint-plugin-es: 4.1.0_eslint@8.11.0
|
||||
eslint-utils: 3.0.0_eslint@8.11.0
|
||||
ignore: 5.2.0
|
||||
is-core-module: 2.8.0
|
||||
minimatch: 3.0.4
|
||||
@@ -2240,17 +2240,17 @@ packages:
|
||||
semver: 6.3.0
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-promise/6.0.0_eslint@8.10.0:
|
||||
/eslint-plugin-promise/6.0.0_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-react/7.29.3_eslint@8.10.0:
|
||||
resolution: {integrity: sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==}
|
||||
/eslint-plugin-react/7.29.4_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
|
||||
@@ -2258,7 +2258,7 @@ packages:
|
||||
array-includes: 3.1.4
|
||||
array.prototype.flatmap: 1.2.5
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
estraverse: 5.3.0
|
||||
jsx-ast-utils: 2.4.1
|
||||
minimatch: 3.1.2
|
||||
@@ -2272,8 +2272,8 @@ packages:
|
||||
string.prototype.matchall: 4.0.6
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-unicorn/41.0.0_eslint@8.10.0:
|
||||
resolution: {integrity: sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==}
|
||||
/eslint-plugin-unicorn/41.0.1_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
eslint: '>=8.8.0'
|
||||
@@ -2281,8 +2281,8 @@ packages:
|
||||
'@babel/helper-validator-identifier': 7.16.7
|
||||
ci-info: 3.3.0
|
||||
clean-regexp: 1.0.0
|
||||
eslint: 8.10.0
|
||||
eslint-utils: 3.0.0_eslint@8.10.0
|
||||
eslint: 8.11.0
|
||||
eslint-utils: 3.0.0_eslint@8.11.0
|
||||
esquery: 1.4.0
|
||||
indent-string: 4.0.0
|
||||
is-builtin-module: 3.1.0
|
||||
@@ -2295,29 +2295,29 @@ packages:
|
||||
strip-indent: 3.0.0
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-vue/8.5.0_eslint@8.10.0:
|
||||
/eslint-plugin-vue/8.5.0_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-i1uHCTAKOoEj12RDvdtONWrGzjFm/djkzqfhmQ0d6M/W8KM81mhswd/z+iTZ0jCpdUedW3YRgcVfQ37/J4zoYQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
eslint: 8.10.0
|
||||
eslint-utils: 3.0.0_eslint@8.10.0
|
||||
eslint: 8.11.0
|
||||
eslint-utils: 3.0.0_eslint@8.11.0
|
||||
natural-compare: 1.4.0
|
||||
semver: 7.3.5
|
||||
vue-eslint-parser: 8.0.1_eslint@8.10.0
|
||||
vue-eslint-parser: 8.0.1_eslint@8.11.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-yml/0.14.0_eslint@8.10.0:
|
||||
/eslint-plugin-yml/0.14.0_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-+0+bBV/07txENbxfrHF9olGoLCHez64vmnOmjWOoLwmXOwfdaSRleBSPIi4nWQs7WwX8lm/fSLadOjbVEcsXQQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.2
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
lodash: 4.17.21
|
||||
natural-compare: 1.4.0
|
||||
yaml-eslint-parser: 0.5.0
|
||||
@@ -2356,13 +2356,13 @@ packages:
|
||||
eslint-visitor-keys: 1.3.0
|
||||
dev: false
|
||||
|
||||
/eslint-utils/3.0.0_eslint@8.10.0:
|
||||
/eslint-utils/3.0.0_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
|
||||
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=5'
|
||||
dependencies:
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
eslint-visitor-keys: 2.1.0
|
||||
|
||||
/eslint-visitor-keys/1.3.0:
|
||||
@@ -2393,12 +2393,12 @@ packages:
|
||||
resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
|
||||
/eslint/8.10.0:
|
||||
resolution: {integrity: sha512-tcI1D9lfVec+R4LE1mNDnzoJ/f71Kl/9Cv4nG47jOueCMBrCCKYXr4AUVS7go6mWYGFD4+EoN6+eXSrEbRzXVw==}
|
||||
/eslint/8.11.0:
|
||||
resolution: {integrity: sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@eslint/eslintrc': 1.2.0
|
||||
'@eslint/eslintrc': 1.2.1
|
||||
'@humanwhocodes/config-array': 0.9.2
|
||||
ajv: 6.12.6
|
||||
chalk: 4.1.0
|
||||
@@ -2407,7 +2407,7 @@ packages:
|
||||
doctrine: 3.0.0
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint-scope: 7.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.10.0
|
||||
eslint-utils: 3.0.0_eslint@8.11.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
espree: 9.3.1
|
||||
esquery: 1.4.0
|
||||
@@ -2425,7 +2425,7 @@ packages:
|
||||
json-stable-stringify-without-jsonify: 1.0.1
|
||||
levn: 0.4.1
|
||||
lodash.merge: 4.6.2
|
||||
minimatch: 3.0.4
|
||||
minimatch: 3.1.2
|
||||
natural-compare: 1.4.0
|
||||
optionator: 0.9.1
|
||||
regexpp: 3.2.0
|
||||
@@ -2983,11 +2983,6 @@ packages:
|
||||
minimatch: 3.0.4
|
||||
dev: true
|
||||
|
||||
/ignore/4.0.6:
|
||||
resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==}
|
||||
engines: {node: '>= 4'}
|
||||
dev: true
|
||||
|
||||
/ignore/5.1.8:
|
||||
resolution: {integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==}
|
||||
engines: {node: '>= 4'}
|
||||
@@ -3733,7 +3728,6 @@ packages:
|
||||
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
||||
dependencies:
|
||||
brace-expansion: 1.1.11
|
||||
dev: false
|
||||
|
||||
/minimist-options/4.1.0:
|
||||
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
|
||||
@@ -5467,14 +5461,14 @@ packages:
|
||||
extsprintf: 1.3.0
|
||||
dev: true
|
||||
|
||||
/vue-eslint-parser/8.0.1_eslint@8.10.0:
|
||||
/vue-eslint-parser/8.0.1_eslint@8.11.0:
|
||||
resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.2
|
||||
eslint: 8.10.0
|
||||
eslint: 8.11.0
|
||||
eslint-scope: 6.0.0
|
||||
eslint-visitor-keys: 3.2.0
|
||||
espree: 9.3.0
|
||||
|
Reference in New Issue
Block a user