Skip to content

Commit c50d043

Browse files
committed
Update template
1 parent 966fc61 commit c50d043

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default [
1818
"prefer-const": "warn",
1919
"arrow-spacing": ["error", { before: true, after: true }],
2020
"no-duplicate-imports": "error",
21-
"max-len": ["error", { code: 80 }],
21+
// "max-len": ["error", { code: 80 }],
2222
"consistent-return": "warn",
2323
},
2424
},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"commit": "git add dist -f && git commit -m \"Deployment Commit\"",
1111
"deploy": "git subtree push --prefix dist origin gh-pages",
1212
"update": "npm run merge && npm run build && npm run commit && npm run deploy",
13+
"svg": "npx prettier --write svg/file/path --parser html",
1314
"test": "echo \"Error: no test specified\" && exit 1"
1415
},
1516
"keywords": [],

src/assets/js.svg

Lines changed: 9 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)