build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.1.0 (#5170)

* build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.1.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.1.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.2.0...v8.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update eslintrc

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erick Zhao <erick@hotmail.ca>
This commit is contained in:
dependabot[bot] 2021-02-25 18:15:19 -08:00 коммит произвёл GitHub
Родитель 253fcbc34d
Коммит 26433c5e73
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -3,6 +3,6 @@ module.exports = {
ecmaVersion: 2018,
sourceType: 'module',
},
extends: ['prettier', 'plugin:prettier/recommended'],
extends: ['plugin:prettier/recommended'],
ignorePatterns: ['precompiled/**/*.js'],
}

6
package-lock.json сгенерированный
Просмотреть файл

@ -5986,9 +5986,9 @@
}
},
"eslint-config-prettier": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz",
"integrity": "sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz",
"integrity": "sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==",
"dev": true
},
"eslint-plugin-prettier": {

Просмотреть файл

@ -97,7 +97,7 @@
"cheerio": "^1.0.0-rc.5",
"cypress": "^6.5.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"handlebars-loader": "^1.7.1",
"husky": "^4.3.8",