mirror of
https://github.com/ivuorinen/ivuorinen.git
synced 2026-03-18 03:02:39 +00:00
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
36 lines
853 B
JSON
36 lines
853 B
JSON
{
|
|
"name": "@ivuorinen/ivuorinen",
|
|
"version": "1.0.0",
|
|
"description": "My GitHub Profile Readme",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"author": "Ismo Vuorinen",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"textlint": "textlint -f pretty-error README.md",
|
|
"textlint:ci": "textlint -f checkstyle README.md",
|
|
"textlint:fix": "textlint --fix README.md",
|
|
"format": "prettier --write .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@ivuorinen/base-configs": "^2.0.2",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"textlint": "^15.0.0",
|
|
"textlint-filter-rule-comments": "^1.2.2",
|
|
"textlint-rule-no-todo": "^2.0.1"
|
|
},
|
|
"textlint": {
|
|
"plugins": {
|
|
"@textlint/markdown": true
|
|
},
|
|
"filters": {
|
|
"comments": true
|
|
},
|
|
"rules": {
|
|
"no-todo": true
|
|
}
|
|
}
|
|
}
|