-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
38
39
40
41
{
"name": "eslint-config-takiyon",
"version": "3.0.1",
"description": "Takiyon's linting rules",
"main": "eslint.config.js",
"type": "module",
"scripts": {
"test": "eslint ./test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takiyon-org/eslint-config-takiyon.git"
},
"keywords": [
"eslint",
"config"
],
"author": "Jake Zatecky",
"license": "MIT",
"bugs": {
"url": "https://github.com/takiyon-org/eslint-config-takiyon/issues"
},
"homepage": "https://github.com/takiyon-org/eslint-config-takiyon#readme",
"peerDependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"eslint": "^8.23.1",
"eslint-plugin-import": "^2.7.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/preset-env": "^7.19.1",
"eslint": "^8.23.1",
"eslint-plugin-import": "^2.7.0"
},
"dependencies": {
"@eslint/eslintrc": "^3.0.2",
"eslint-config-airbnb-base": "^15.0.0"
}
}