-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 897 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
36
37
{
"name": "eslint-config-swordcss",
"version": "0.7.0",
"description": "Shareable ESLint Config",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --no-config --write ."
},
"files": [
".eslintrc.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/swordcss/eslint-config-swordcss.git"
},
"keywords": [
"eslint",
"eslintconfig"
],
"author": "shadowtime2000",
"license": "MIT",
"bugs": {
"url": "https://github.com/swordcss/eslint-config-swordcss/issues"
},
"homepage": "https://github.com/swordcss/eslint-config-swordcss#readme",
"peerDependencies": {
"eslint": "7.x.x",
"@typescript-eslint/eslint-plugin": ">=4.2.0"
},
"devDependencies": {
"prettier": "^2.1.2"
},
"dependencies": {
"@typescript-eslint/parser": "^4.7.0"
}
}