-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
62 lines (62 loc) · 1.31 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
58
59
60
61
62
{
"name": "eslint-config-htmlacademy",
"version": "10.0.1",
"description": "ESLint shareable config for the HTML Academy style",
"files": [
"es5.js",
"es5.5.js",
"es6.js",
"node.js",
"vanilla.js",
"react.js",
"react-typescript.js",
"index.js"
],
"keywords": [
"HTMLAcademy",
"HTML Academy",
"code",
"quality",
"style",
"lint",
"linter",
"jscs",
"jshint",
"jslint",
"eslint",
"validate",
"code style",
"strict",
"check",
"checker",
"verify",
"enforce",
"hint"
],
"scripts": {
"test": "eslint test/",
"deploy": "npm run test && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htmlacademy/eslint-config-htmlacademy.git"
},
"author": "sashasushko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/htmlacademy/eslint-config-htmlacademy/issues"
},
"homepage": "https://github.com/htmlacademy/eslint-config-htmlacademy#readme",
"peerDependencies": {
"eslint": ">=7"
},
"devDependencies": {
"eslint": "8.48.0"
},
"dependencies": {
"eslint-plugin-check-file": "2.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-unicorn": "46.0.0"
}
}