-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "eslint-config-salesforce-typescript",
"version": "3.4.0",
"description": "The eslint config for Salesforce typescript projects",
"keywords": [
"Salesforce",
"eslint",
"typescript"
],
"author": "Salesforce",
"homepage": "https://github.com/forcedotcom/eslint-config-salesforce-typescript#readme",
"license": "BSD-3-Clause",
"main": "index.js",
"files": [
"/index.js"
],
"repository": "forcedotcom/eslint-config-salesforce-typescript",
"bugs": {
"url": "https://github.com/forcedotcom/eslint-config-salesforce-typescript/issues"
},
"devDependencies": {
"@salesforce/prettier-config": "^0.0.3",
"prettier": "^3.3.3",
"typescript": "^5.4.5"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "eslint -c index.js",
"build": "echo 'no build necessary'"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-salesforce": "^2.2.0",
"eslint-config-salesforce-license": "^0.2.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-unicorn": "^50.0.1"
}
}