Skip to content

Commit 89f14fb

Browse files
Biome
1 parent 7beef3d commit 89f14fb

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

examples/elm/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
"description": "PDF viewer web application built with Nutrient Web SDK and Elm",
44
"version": "1.0.0",
55
"main": "index.js",
6-
"keywords": [
7-
"elm",
8-
"pdf",
9-
"viewer",
10-
"webpack"
11-
],
6+
"keywords": ["elm", "pdf", "viewer", "webpack"],
127
"author": "Nutrient (https://www.nutrient.io)",
138
"homepage": "https://www.nutrient.io/web",
149
"license": "SEE LICENSE IN https://www.nutrient.io/legal/Nutrient_SDK_User_Evaluation_Subscription_Agreement",

examples/vue/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@
2727
"node": true,
2828
"es2022": true
2929
},
30-
"extends": [
31-
"plugin:vue/vue3-essential",
32-
"eslint:recommended"
33-
],
30+
"extends": ["plugin:vue/vue3-essential", "eslint:recommended"],
3431
"parserOptions": {
3532
"requireConfigFile": false
3633
},

0 commit comments

Comments
 (0)