Skip to content

Commit 5bb62ba

Browse files
committed
Added missing schemas to json files
1 parent b3cac07 commit 5bb62ba

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://www.schemastore.org/eslintrc.json",
23
"env": {
34
"es2022": true
45
},

.prettierrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"arrowParens": "always",
66
"singleQuote": true,
77
"semi": true,
8-
"parser": "typescript",
98
"tabWidth": 4,
109
"useTabs": false
1110
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://www.schemastore.org/package.json",
23
"name": "gnome-github-manager",
34
"version": "1.0.0",
45
"main": "extension.js",

0 commit comments

Comments
 (0)