-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 976 Bytes
/
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
{
"name": "@hydre/eslint-config-hydre",
"version": "1.4.17",
"description": "A strict opinionated ESLint shareable config for the Hydre JavaScript style guide",
"files": [
"index.js"
],
"scripts": {
"test": "node test/index.js",
"lint": "eslint --no-ignore --no-eslintrc --plugin eslint-plugin-unicorn --config ./index.js --env node,es6 --parser-options=ecmaVersion:11 --fix .",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/hydreio/eslint-config-hydre.git"
},
"keywords": [
"eslint",
"eslintconfig",
"hydre"
],
"license": "UNLICENSE",
"publishConfig": {
"access": "public"
},
"author": "sidy",
"bugs": {
"url": "https://github.com/hydreio/eslint-config-hydre/issues"
},
"homepage": "https://github.com/hydreio/eslint-config-hydre#readme",
"dependencies": {
"eslint": "^7.19.0",
"eslint-plugin-unicorn": "^28.0.0"
}
}