@stacksjs/lint
Version:
The Stacks way to lint.
59 lines (58 loc) • 1.33 kB
JSON
{
"name": "@stacksjs/lint",
"type": "module",
"version": "0.70.23",
"description": "The Stacks way to lint.",
"author": "Chris Breuer",
"contributors": [
"Chris Breuer <chris@stacksjs.org>"
],
"license": "MIT",
"funding": "https://github.com/sponsors/chrisbbreuer",
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/lint#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/stacks.git",
"directory": "./storage/framework/core/lint"
},
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"linter",
"formatter",
"eslint",
"antfu",
"pre-configured",
"zero-config",
"stacks"
],
"exports": {
".": {
"import": "./dist/index.js"
},
"./*": {
"import": "./dist/*"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"README.md",
"dist",
"src"
],
"scripts": {
"build": "bun build.ts",
"typecheck": "bun tsc --noEmit",
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@stacksjs/development": "0.70.22",
"@stacksjs/eslint-config": "^4.10.2-beta.3",
"bun-git-hooks": "^0.1.0",
"lint-staged": "^15.5.0",
"publint": "^0.3.9"
}
}