diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-25 22:53:51 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-25 22:53:51 +0200 |
| commit | c28efb3a81418b0fc57ebbe284398ac2994bce59 (patch) | |
| tree | 6543d5bd445d04959dd9a677bbc33fdfbb7f7b93 /package.json | |
| parent | 7b2124ea5f535116ec526ad09babe834cf2fe0a1 (diff) | |
| download | gohugo-theme-ed-c28efb3a81418b0fc57ebbe284398ac2994bce59.tar.gz | |
Fix code style
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
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" } |
