UNPKG

eslint-plugin-sentinel

Version:

A collection of ESLint rules specifically targeted for roblox-ts.

86 lines 2.4 kB
{ "name": "eslint-plugin-sentinel", "version": "0.1.2", "description": "A collection of ESLint rules specifically targeted for roblox-ts.", "keywords": [ "roblox", "roblox-ts", "eslint-plugin", "rbxts" ], "homepage": "https://github.com/christopher-buss/eslint-plugin-sentinel#readme", "bugs": "https://github.com/christopher-buss/eslint-plugin-sentinel/issues", "repository": { "type": "git", "url": "git+https://github.com/christopher-buss/eslint-plugin-sentinel.git" }, "license": "MIT", "author": "Christopher Buss <christopher.buss@pm.me> (https://github.com/christopher-buss)", "sideEffects": false, "type": "module", "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "dist" ], "simple-git-hooks": { "pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx lint-staged" }, "lint-staged": { "*": "eslint --fix" }, "resolutions": { "eslint-plugin-sentinel": "workspace:*" }, "devDependencies": { "@antfu/ni": "^25.0.0", "@antfu/utils": "^9.2.0", "@isentinel/eslint-config": "3.0.0-beta.1", "@types/node": "^24.2.1", "@typescript-eslint/parser": "8.39.1", "@typescript-eslint/rule-tester": "8.39.1", "@typescript-eslint/utils": "8.39.1", "@vitest/eslint-plugin": "1.3.4", "bumpp": "^10.2.3", "eslint": "^9.33.0", "eslint-doc-generator": "2.2.2", "eslint-plugin-eslint-plugin": "^7.0.0", "eslint-plugin-pnpm": "1.1.0", "eslint-vitest-rule-tester": "2.2.1", "jiti": "2.5.1", "lint-staged": "^16.1.5", "publint": "^0.3.12", "simple-git-hooks": "^2.13.1", "tinyexec": "^1.0.1", "tsdown": "^0.14.1", "tsx": "^4.20.4", "typescript": "5.8.3", "unplugin-unused": "^0.5.1", "vite": "^7.1.2", "vitest": "3.2.4", "yaml": "^2.8.1", "eslint-plugin-sentinel": "0.1.2" }, "peerDependencies": { "eslint": "*", "typescript": ">=4.7.0" }, "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsdown --clean --dts", "dev": "tsdown --stub", "eslint-docs": "eslint-doc-generator", "lint": "eslint", "release": "bumpp", "start": "tsx src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit" } }