Skip to content

Commit 1bcb6d8

Browse files
committed
tidy json files
1 parent ad1b5e4 commit 1bcb6d8

File tree

3 files changed

+51
-46
lines changed

3 files changed

+51
-46
lines changed

.prettierignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.js
2+
*.mjs
3+
/package-lock.json
4+
/node_modules/
5+
/local/

package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
2-
"name": "metacpan-web",
3-
"version": "1.0.0",
4-
"scripts": {
5-
"build": "./build-assets.mjs",
6-
"build:min": "./build-assets.mjs --minify",
7-
"build:watch": "./build-assets.mjs --watch",
8-
"test": "echo \"Error: no test specified\" && exit 1"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/metacpan/metacpan-web.git"
13-
},
14-
"author": "",
15-
"bugs": {
16-
"url": "https://github.com/metacpan/metacpan-web/issues"
17-
},
18-
"homepage": "https://github.com/metacpan/metacpanweb#readme",
19-
"devDependencies": {
20-
"@eslint/js": "^9.38.0",
21-
"@playwright/test": "^1.56.1",
22-
"@stylistic/eslint-plugin": "^2.9.0",
23-
"eslint": "^9.38.0",
24-
"globals": "^16.4.0",
25-
"js-beautify": "^1.15.4",
26-
"prettier": "3.6.2"
27-
},
28-
"dependencies": {
29-
"@fortawesome/fontawesome-free": "^6.7.2",
30-
"bootstrap": "^3.4.1",
31-
"brush-cpp": "^4.0.1",
32-
"brush-diff": "^4.0.0",
33-
"brush-javascript": "^4.0.0",
34-
"brush-plain": "^4.0.1",
35-
"brush-yaml": "^4.0.0",
36-
"devbridge-autocomplete": "^1.5.0",
37-
"esbuild": "^0.25.11",
38-
"esbuild-plugin-less": "^1.3.28",
39-
"jquery": "^3.7.1",
40-
"less": "^4.4.2",
41-
"minimist": "^1.2.8",
42-
"mousetrap": "^1.6.5",
43-
"qtip2": "^3.0.3",
44-
"syntaxhighlighter": "^4.0.1",
45-
"tablesorter": "^2.32.0"
46-
}
2+
"name": "metacpan-web",
3+
"version": "1.0.0",
4+
"scripts": {
5+
"build": "./build-assets.mjs",
6+
"build:min": "./build-assets.mjs --minify",
7+
"build:watch": "./build-assets.mjs --watch",
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/metacpan/metacpan-web.git"
13+
},
14+
"author": "",
15+
"bugs": {
16+
"url": "https://github.com/metacpan/metacpan-web/issues"
17+
},
18+
"homepage": "https://github.com/metacpan/metacpanweb#readme",
19+
"devDependencies": {
20+
"@eslint/js": "^9.38.0",
21+
"@playwright/test": "^1.56.1",
22+
"@stylistic/eslint-plugin": "^2.9.0",
23+
"eslint": "^9.38.0",
24+
"globals": "^16.4.0",
25+
"js-beautify": "^1.15.4",
26+
"prettier": "3.6.2"
27+
},
28+
"dependencies": {
29+
"@fortawesome/fontawesome-free": "^6.7.2",
30+
"bootstrap": "^3.4.1",
31+
"brush-cpp": "^4.0.1",
32+
"brush-diff": "^4.0.0",
33+
"brush-javascript": "^4.0.0",
34+
"brush-plain": "^4.0.1",
35+
"brush-yaml": "^4.0.0",
36+
"devbridge-autocomplete": "^1.5.0",
37+
"esbuild": "^0.25.11",
38+
"esbuild-plugin-less": "^1.3.28",
39+
"jquery": "^3.7.1",
40+
"less": "^4.4.2",
41+
"minimist": "^1.2.8",
42+
"mousetrap": "^1.6.5",
43+
"qtip2": "^3.0.3",
44+
"syntaxhighlighter": "^4.0.1",
45+
"tablesorter": "^2.32.0"
46+
}
4747
}

precious.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ignore-stderr = [
4646

4747
[commands.prettier]
4848
type = "both"
49-
include = [ "**/*.md", "**/*.yml", "**/*.yaml", "**/*.css", "**/*.less", "**/*.scss" ]
49+
include = [ "**/*.md", "**/*.yml", "**/*.yaml", "**/*.css", "**/*.less", "**/*.scss", "**/*.json" ]
5050
cmd = [
5151
"npx", "-s", "prettier"
5252
]

0 commit comments

Comments
 (0)