Skip to content

Commit 347ced5

Browse files
committed
docs: update meta information in package.json
1 parent cd5e464 commit 347ced5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "eslint-plugin-paths",
3+
"description": "A plugin for ESLint, to force use paths aliases from tsconfig",
34
"version": "1.0.3",
5+
"license": "Apache-2.0",
6+
"keywords": ["eslint", "eslintplugin"],
7+
"author": "Robert Vitonsky <[email protected]> (https://vitonsky.net)",
8+
"homepage": "https://github.com/vitonsky/eslint-import-paths#readme",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/vitonsky/eslint-import-paths.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/vitonsky/eslint-import-paths/issues"
15+
},
416
"scripts": {
517
"test": "jest",
618
"test-fast": "TEST_FAST=true jest",

0 commit comments

Comments
 (0)