-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.55 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
{
"name": "eslint-config-avilatek",
"version": "1.18.0",
"description": "An simple but strong opinionated eslint-config for Avila Tek Projects, that had been open sourced",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Avila-Tek/eslint-config-avilatek.git"
},
"keywords": [
"eslint",
"config",
"code style",
"Avila Tek",
"prettier"
],
"author": "Avila Tek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Avila-Tek/eslint-config-avilatek/issues"
},
"homepage": "https://github.com/Avila-Tek/eslint-config-avilatek#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.21.8",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.21.8",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8"
}
}