Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 16f3ac6

Browse files
committed
Add keywords
1 parent ddc609c commit 16f3ac6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"atomtest",
88
"backticks",
99
"embertest",
10+
"eslintconfig",
1011
"greasemonkey",
1112
"importscripts",
1213
"linebreak",

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@
1111
"prepublishOnly": "yarn clean && yarn install --cache-folder .yarn && yarn check"
1212
},
1313
"keywords": [
14-
"eslint",
15-
"define-config",
1614
"config",
17-
"typed"
15+
"configuration",
16+
"define-config",
17+
"eslint-config",
18+
"eslint",
19+
"eslintconfig",
20+
"typed",
21+
"typescript"
1822
],
1923
"author": {
2024
"name": "Christopher Quadflieg",

0 commit comments

Comments
 (0)