-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 KB
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
{
"name": "@silvercar/js-constable",
"version": "1.2.0",
"description": "Silvercar's JavaScript/TypeScript ESLint Config",
"main": "index.js",
"scripts": {
"lint": "eslint ./ --ext .tsx,.ts,.js,.jsx",
"test": "node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/silvercar/js-constable.git"
},
"author": "Silvercar",
"license": "ISC",
"bugs": {
"url": "https://github.com/silvercar/js-constable/issues"
},
"homepage": "https://github.com/silvercar/js-constable#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"typescript": "^3.7.2",
"eslint": "^6.6.0",
"eslint-config-airbnb-typescript": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-markdown": "^1.0.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0"
},
"dependencies": {
"eslint-import-resolver-typescript": "^2.0.0",
"lodash.merge": "^4.6.2"
}
}