-
- Downloads
Add GitHub action to lint JSON
.github/workflows/main.yml
0 → 100644
package.json
0 → 100644
{ | ||
"name": "obsidian-community-releases", | ||
"scripts": { | ||
"lint": "eslint . --ext .json" | ||
}, | ||
"devDependencies": { | ||
"eslint": "7.20.0", | ||
"eslint-plugin-json": "2.1.2" | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment