We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cac07 commit 5bb62baCopy full SHA for 5bb62ba
.eslintrc.json
@@ -1,4 +1,5 @@
1
{
2
+ "$schema": "https://www.schemastore.org/eslintrc.json",
3
"env": {
4
"es2022": true
5
},
.prettierrc.json
@@ -5,7 +5,6 @@
"arrowParens": "always",
6
"singleQuote": true,
7
"semi": true,
8
- "parser": "typescript",
9
"tabWidth": 4,
10
"useTabs": false
11
}
package.json
+ "$schema": "https://www.schemastore.org/package.json",
"name": "gnome-github-manager",
"version": "1.0.0",
"main": "extension.js",
0 commit comments