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 7d43858 commit bbbfc1eCopy full SHA for bbbfc1e
package.json
@@ -1,14 +1,23 @@
1
{
2
+ "publisher": "fluent-vue",
3
"name": "fluent-vue",
4
"displayName": "fluent-vue",
5
"type": "module",
- "version": "0.0.1",
6
+ "version": "1.0.0",
7
+ "private": true,
8
"description": "Syntax highlighting for Fluent and fluent-vue",
9
+ "author": {
10
+ "name": "Ivan Demchuk",
11
+ "email": "[email protected]",
12
+ "url": "https://demivan.me"
13
+ },
14
+ "repository": "https://github.com/fluent-vue/vscode-extension",
15
"categories": [
16
"Programming Languages"
17
],
18
+ "icon": "images/logo.png",
19
"engines": {
- "vscode": "^1.84.0"
20
+ "vscode": "^1.82.0"
21
},
22
"contributes": {
23
"languages": [
@@ -43,6 +52,9 @@
43
52
}
44
53
]
45
54
55
+ "scripts": {
56
+ "lint": "eslint ."
57
46
58
"devDependencies": {
47
59
"@antfu/eslint-config": "^2.1.0",
48
60
"eslint": "^8.54.0"
0 commit comments