We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7f1b7 commit 8ef398fCopy full SHA for 8ef398f
package.json
@@ -39,6 +39,7 @@
39
"test": "vitest run",
40
"test:watch": "vitest"
41
},
42
+ "l10n": "./l10n",
43
"contributes": {
44
"commands": [
45
{
@@ -319,7 +320,8 @@
319
320
"nano-staged": {
321
"*.{ts,md}": [
322
"prettier --write"
- ]
323
+ ],
324
+ "*.ts": "eslint --fix"
325
326
"dependencies": {
327
"rattail": "^1.0.18"
@@ -344,6 +346,5 @@
344
346
"engines": {
345
347
"vscode": "^1.74.3"
348
- "icon": "resources/logo.png",
- "l10n": "./l10n"
349
-}
+ "icon": "resources/logo.png"
350
+}
0 commit comments