-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
42
43
44
45
46
47
48
49
50
{
"name": "eslint-config-codely",
"version": "4.3.4",
"description": "Codely's ESLint and Prettier Config",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix"
},
"type": "module",
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@eslint/js": "^9.9.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.10.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-import-x": "^4.1.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.3",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodelyTV/eslint-config-codely.git"
},
"keywords": [
"javascript",
"typescript",
"ecmascript",
"eslint",
"eslintconfig",
"lint",
"config",
"prettier",
"codely"
],
"author": "Codely (www.codely.com)",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/CodelyTV/eslint-config-codely/issues"
},
"homepage": "https://github.com/CodelyTV/eslint-config-codely#readme"
}