-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@caiocezarqueiroz/eslint-config",
"version": "1.0.22",
"main": "index.js",
"author": "Caio Queiroz",
"license": "MIT",
"peerDependencies": {
"eslint": "^7.23.0 || ^8.0.0",
"typescript": ">=3.3.1"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"js-yaml": "^4.1.0",
"typescript": "^5.0.4"
},
"description": "The package @caiocezarqueiroz/eslint-config offers default ESLint configurations, integration with Prettier, EditorConfig, and the VSCode workspace, thus simplifying the development process and ensuring code consistency and compliance with best programming practices.",
"keywords": [
"ESLint",
"Configurações de ESLint",
"ESLint configurations",
"Prettier",
".prettier",
".editorconfig",
"Workspace do VSCode",
"Desenvolvimento de código",
"Code development",
"Padronização de código",
"Code standardization",
"Melhores práticas de desenvolvimento",
"Best development practices",
"Otimização de código",
"Code optimization",
"Ferramentas de desenvolvimento",
"Development tools"
],
"repository": {
"type": "git",
"url": "https://github.com/ccqueiroz/eslint"
}
}