-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.1 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
{
"name": "@dsmjs/eslint-config-react",
"description": "Shareable config for ESLint for React components",
"license": "MIT",
"version": "0.0.0-semantically-released",
"files": [
"index.js"
],
"publishConfig": {
"access": "public"
},
"repository": "dsmjs/eslint-config-react",
"bugs": "https://github.com/dsmjs/eslint-config-react/issues",
"homepage": "https://npm.im/@dsmjs/eslint-config-react",
"author": "dsmJS <[email protected]> (https://dsmjs.com)",
"scripts": {
"test": "npm-run-all --print-label --parallel lint:*",
"lint:js": "eslint . --cache",
"lint:md": "remark . --frail",
"lint:sensitive": "ban",
"prepare": "husky install"
},
"devDependencies": {
"@dsmjs/babel-preset": "1.0.113",
"@dsmjs/eslint-config": "1.0.118",
"@form8ion/remark-lint-preset": "^4.0.0",
"ban-sensitive-files": "^1.9.2",
"commitlint-config-dsmjs": "1.0.51",
"cz-conventional-changelog": "^3.0.2",
"husky": "8.0.3",
"npm-run-all": "^4.1.5",
"remark-cli": "^11.0.0"
},
"dependencies": {
"@form8ion/eslint-config-react": "1.16.5"
}
}