-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.87 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
{
"name": "eslint-plugin-bullhorn",
"version": "0.3.0",
"description": "An opinionated ESLint rules from Github used by Bullhorn.",
"main": "lib/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"test": "npm run eslint-check && eslint .",
"todo:postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"repository": "bullhorn/eslint-plugin-bullhorn",
"keywords": [
"eslint",
"eslintconfig",
"config",
"bullhorn",
"javascript",
"styleguide"
],
"author": "Bullhorn, Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/bullhorn/eslint-plugin-bullhorn/issues"
},
"homepage": "https://github.com/bullhorn/eslint-plugin-bullhorn",
"dependencies": {
"@angular-eslint/eslint-plugin": "^13.0.1",
"@angular-eslint/eslint-plugin-template": "^13.0.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": ">=4.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.6.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-rule-documentation": ">=1.0.0",
"prettier": "^2.5.1",
"svg-element-attributes": "^2.0.1"
},
"prettier": "@bullhorn/prettier-config",
"files": [
"bin/*",
"lib/*"
],
"devDependencies": {
"@bullhorn/prettier-config": "0.0.3",
"eslint": "^8.7.0",
"eslint-plugin-eslint-plugin": "^4.1.0",
"eslint-visitor-keys": "^3.2.0",
"globals": "^13.7.0",
"typescript": "^4.5.4"
}
}