-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 792 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 792 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
{
"name": "eslint-plugin-local-rules",
"version": "3.0.2",
"description": "A plugin for ESLint that allows you to use project-specific rules",
"main": "index.js",
"scripts": {
"prettier": "prettier --write .",
"test": "vitest",
"test:ci": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cletusw/eslint-plugin-local-rules.git"
},
"keywords": [
"eslint",
"eslintplugin"
],
"author": "Clayton Watts <cletusw@gmail.com> (https://github.com/cletusw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cletusw/eslint-plugin-local-rules/issues"
},
"homepage": "https://github.com/cletusw/eslint-plugin-local-rules#readme",
"devDependencies": {
"prettier": "2.6.2",
"vitest": "^0.14.2"
}
}