UNPKG

eslint-plugin-stratified-design

Version:
46 lines (45 loc) 1.18 kB
{ "name": "eslint-plugin-stratified-design", "version": "0.12.10", "description": "ESlint rules for stratified design", "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "stratified", "stratified design" ], "author": "Hodoug Joung", "repository": { "type": "git", "url": "git+https://github.com/anisotropy/eslint-plugin-stratified-design.git" }, "homepage": "https://github.com/anisotropy/eslint-plugin-stratified-design", "main": "./lib/index.js", "exports": "./lib/index.js", "scripts": { "lint": "eslint .", "test": "mocha tests --recursive", "test:watch": "mocha tests --recursive --watch", "test:single": "mocha tests --watch", "versioning": "node ./scripts/versioning" }, "dependencies": { "minimatch": "^9.0.1", "requireindex": "^1.2.0" }, "devDependencies": { "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.19.0", "eslint-plugin-eslint-plugin": "^5.0.0", "eslint-plugin-node": "^11.1.0", "mocha": "^10.0.0" }, "engines": { "node": "^14.17.0 || ^16.0.0 || >= 18.0.0" }, "peerDependencies": { "eslint": ">=7" }, "license": "ISC" }