@gitlab/eslint-plugin 21.2.0 → 21.2.1

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.
@@ -1,78 +0,0 @@
1
- {
2
- "name": "@gitlab/eslint-plugin/eslint9",
3
- "version": "21.0.0",
4
- "description": "GitLab package for our custom eslint rules - eslint 9 compatible",
5
- "main": "lib/index.js",
6
- "scripts": {
7
- "createRule": "./scripts/createRule.js && yarn update",
8
- "update": "./scripts/updateFiles.js && prettier --write lib/index.js",
9
- "commit": "npx git-cz",
10
- },
11
- "repository": "https://gitlab.com/gitlab-org/frontend/eslint-plugin.git",
12
- "keywords": [
13
- "eslint",
14
- "vue",
15
- "i18n",
16
- "internationalization",
17
- "vuejs",
18
- "linting",
19
- "eslintplugin",
20
- "eslint-plugin"
21
- ],
22
- "author": "GitLab Frontend Team <frontendteam@gitlab.com>",
23
- "license": "MIT",
24
- "bugs": {
25
- "url": "https://gitlab.com/gitlab-org/frontend/eslint-plugin/issues"
26
- },
27
- "homepage": "https://gitlab.com/gitlab-org/frontend/eslint-plugin#readme",
28
- "engines": {
29
- "node": ">=20"
30
- },
31
- "dependencies": {
32
- "@typescript-eslint/eslint-plugin": "^8.0.0",
33
- "@typescript-eslint/parser": "^8.0.0",
34
- "confusing-browser-globals": "^1.0.11",
35
- "globals": "^15.0.0",
36
- "eslint-config-prettier": "^9.1.0",
37
- "eslint-plugin-import": "^2.29.1",
38
- "eslint-plugin-jest": "^28.6.0",
39
- "eslint-plugin-promise": "^7.0.0",
40
- "eslint-plugin-unicorn": "^55.0.0",
41
- "eslint-plugin-vue": "^9.27.0",
42
- "vue-eslint-parser": "^9.4.3",
43
- "lodash": "^4.17.21"
44
- },
45
- "peerDependencies": {
46
- "eslint": "^9.29.0"
47
- },
48
- "devDependencies": {
49
- "eslint": "^9.29.0",
50
- "glob": "^7.2.0",
51
- "jest": "^27.5.1",
52
- "prettier": "^2.6.1",
53
- "pretty-quick": "^3.1.3",
54
- "yarn-deduplicate": "^6.0.2"
55
- },
56
- "release": {
57
- "branches": [
58
- "main"
59
- ],
60
- "verifyConditions": [
61
- "@semantic-release/changelog",
62
- "@semantic-release/npm",
63
- "@semantic-release/git",
64
- "@semantic-release/gitlab"
65
- ],
66
- "prepare": [
67
- "@semantic-release/changelog",
68
- "@semantic-release/npm",
69
- "@semantic-release/git"
70
- ],
71
- "publish": [
72
- "@semantic-release/npm",
73
- "@semantic-release/gitlab"
74
- ],
75
- "success": false,
76
- "fail": false
77
- }
78
- }
File without changes
File without changes