-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 941 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 941 Bytes
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
{
"name": "eslint-config-mte",
"private": true,
"version": "1.0.0",
"description": "Shared ESLint config",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/stryker-mutator/mutation-testing-elements.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stryker-mutator/mutation-testing-elements/issues"
},
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements#readme",
"scripts": {
"lint": "eslint ."
},
"author": "",
"dependencies": {
"@eslint/js": "^9.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "~10.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-wc": "^2.2.0",
"typescript-eslint": "^8.23.0"
},
"devDependencies": {}
}