@koshikishi/linthtml-config
Version:
LintHTML shareable config
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "@koshikishi/linthtml-config",
"version": "2.0.0",
"description": "LintHTML shareable config",
"keywords": [
"linthtml",
"linthtml-config"
],
"homepage": "https://github.com/koshikishi/linthtml-config#readme",
"bugs": {
"url": "https://github.com/koshikishi/linthtml-config/issues"
},
"license": "MIT",
"author": "Anton Northern",
"files": [
"index.cjs"
],
"type": "module",
"exports": "./index.cjs",
"repository": "github:koshikishi/linthtml-config",
"scripts": {
"prepare": "husky",
"lint": "npm run lint:spaces && npm run lint:scripts",
"lint:spaces": "ec",
"lint:scripts": "eslint .",
"test": "node --test",
"preversion": "npm run lint",
"postversion": "npm publish --access public",
"postpublish": "git push origin --all && git push origin --tags"
},
"devDependencies": {
"@koshikishi/eslint-config": "^4.0.0",
"editorconfig-checker": "^6.0.1",
"eslint": "^9.30.1",
"husky": "^9.1.7"
},
"peerDependencies": {
"@linthtml/linthtml": "^0.10.2"
},
"engines": {
"node": ">=20.0"
}
}