-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 920 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
{
"name": "@simplyundoable/eslint-plugin",
"version": "1.0.3",
"description": "Custom eslint rules for SimplyUndoable",
"author": "Halvard Mørstad <halvard@simplyundoable.com> (https://twitter.com/Halvardssm)",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "eslint --fix-dry-run app/"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/simplyundoable/package-eslint.git",
"directory": "packages/eslint-plugin"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0"
},
"devDependencies": {
"react": "^16.13.1",
"typescript": "^3.8.3"
}
}