-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
37
38
39
40
{
"name": "@morphis-labs/eslint-config",
"version": "1.0.9",
"author": "Morphis Labs<morphiswallet@gmail.com>",
"description": "morphis public eslint configuration",
"keywords": [
"morphis",
"configs",
"eslint",
"prettier",
"tsconfig"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git@github.com:MorphisWallet/eslint-config.git"
},
"license": "MIT",
"main": ".eslintrc.js",
"prettier": "@morphis-labs/prettier-config",
"scripts": {
"lint": "npx eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@morphis-labs/prettier-config": "^0.0.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
}
}