@alexlit/lint-kit
Version:
Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)
77 lines • 1.94 kB
JSON
{
"name": "@alexlit/lint-kit",
"version": "155.4.0",
"private": false,
"description": "Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)",
"keywords": [
"commitlint",
"config",
"eslint",
"htmllint",
"kit",
"lint",
"markdownlint",
"npmlint",
"preset",
"prettier",
"stylelint",
"toolkit"
],
"homepage": "https://github.com/alex-lit/lint-kit#readme",
"bugs": {
"url": "https://github.com/alex-lit/lint-kit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-lit/lint-kit.git"
},
"license": "MIT",
"author": "Alexey Litovchenko",
"maintainers": [
{
"name": "Alexey Litovchenko",
"email": "alex.lit@outlook.com",
"url": "https://github.com/alex-lit"
}
],
"type": "module",
"main": "README.md",
"files": [
".markdownlint.json",
".npmpackagejsonlintrc.json",
".npmrc",
"commitlint.config.js",
"eslint.config.js",
"lint-staged.config.js",
"linthtml.config.js",
"packages",
"prettier.config.js",
"scripts",
"stylelint.config.js"
],
"workspaces": [
"packages/*"
],
"devDependencies": {
"changelogen": "^0.6.2"
},
"engines": {
"node": ">=20",
"pnpm": ">=10"
},
"scripts": {
"check:editorconfig": "./scripts/check.editorconfig.sh",
"i": "./scripts/i.sh",
"preinstall": "./scripts/preinstall.sh",
"lint": "time ./scripts/lint.sh",
"lint:eslint": "time ./scripts/lint.eslint.sh",
"lint:htmllint": "time ./scripts/lint.htmllint.sh",
"lint:markdownlint": "time ./scripts/lint.markdownlint.sh",
"lint:npmlint": "time ./scripts/lint.npmlint.sh",
"lint:stylelint": "time ./scripts/lint.stylelint.sh",
"ou": "./scripts/ou.sh",
"release": "./scripts/release.sh",
"semver": "./scripts/semver.sh",
"up": "./scripts/up.sh"
}
}