summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 22:53:51 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 22:53:51 +0200
commitc28efb3a81418b0fc57ebbe284398ac2994bce59 (patch)
tree6543d5bd445d04959dd9a677bbc33fdfbb7f7b93 /package.json
parent7b2124ea5f535116ec526ad09babe834cf2fe0a1 (diff)
downloadgohugo-theme-ed-c28efb3a81418b0fc57ebbe284398ac2994bce59.tar.gz
Fix code style
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 11 insertions, 7 deletions
diff --git a/package.json b/package.json
index cdc35be..fcab083 100644
--- a/package.json
+++ b/package.json
@@ -2,29 +2,33 @@
"author": "Serghei Iakovlev",
"bugs": {
"url": "https://github.com/sergeyklay/gohugo-theme-ed/issues"
- },
+ },
"comments": {
"dependencies": {},
"devDependencies": {}
},
"dependencies": {},
"description": "Ed theme for minimal editions",
- "devDependencies": {},
+ "devDependencies": {
+ "editorconfig-checker": "^4.0.2"
+ },
"homepage": "https://github.com/sergeyklay/gohugo-theme-ed#readme",
"keywords": [
"hugo",
"theme",
"minimal"
- ],
+ ],
"license": "MIT",
"main": "index.js",
"name": "gohugo-theme-ed",
"repository": {
"type": "git",
"url": "git+https://github.com/sergeyklay/gohugo-theme-ed.git"
- },
- "scripts": {
- "deploy": " cd exampleSite; hugo;"
- },
+ },
+ "scripts": {
+ "deploy": " cd exampleSite; hugo;",
+ "lint:editorconfig": "editorconfig-checker",
+ "lint": "npm run lint:editorconfig"
+ },
"version": "0.1.0"
}