-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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-nostandard",
"version": "0.3.3",
"description": "Eslint standard for bad people.",
"license": "MIT",
"homepage": "https://github.com/ildella/nostandard",
"repository": {
"type": "git",
"url": "git://github.com/ildella/nostandard.git"
},
"author": {
"name": "Daniele Dellafiore",
"url": "https://ildella.net/"
},
"keywords": [
"eslint",
"configuration"
],
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=22.0.0"
},
"packageManager": "[email protected]+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
"main": "index.js",
"scripts": {
"check:lint": "eslint --report-unused-disable-directives .",
"lint": "eslint . --cache --max-warnings 1",
"lint.nocache": "eslint . --max-warnings 0",
"lint.inspect": "npx @eslint/config-inspector",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@eslint/js": "^9.17.0",
"@stylistic/eslint-plugin-js": "2.12.1",
"globals": "^15.14.0"
},
"devDependencies": {
"eslint": "9.17.0"
},
"stableVersion": "0.3.1"
}