Files
ivuorinen/package.json
renovate[bot] 4d2175be93 chore(deps): update textlint to 15.0.1 (#27)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-26 10:35:40 +03:00

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
}
}
}