@gipphe/eslint-config-haskellish
Version:
Haskell-like eslint config, heavily borrowing from sanctuary-style
72 lines (71 loc) • 1.25 kB
JSON
{
"name": "@gipphe/eslint-config-haskellish",
"version": "0.2.0",
"description": "Haskell-like eslint config, heavily borrowing from sanctuary-style",
"author": {
"email": "gipphe@gmail.com",
"name": "Victor Nascimento Bakke"
},
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Gipphe/eslint-config-haskellish.git"
},
"homepage": "https://github.com/Gipphe/eslint-config-haskellish",
"keywords": [
"eslint",
"haskell",
"style",
"sanctuary"
],
"scripts": {
"release": "standard-version"
},
"standard-version": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Chores"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "ci",
"section": "Continuous Integration"
},
{
"type": "style",
"section": "Style"
},
{
"type": "refactor",
"section": "Refactor"
},
{
"type": "perf",
"section": "Performance"
},
{
"type": "test",
"section": "Tests"
}
]
},
"dependencies": {
"sanctuary-style": "^5.0.0"
},
"devDependencies": {
"standard-version": "^9.3.2"
}
}