UNPKG

eslint-plugin-ng-module-sort

Version:

Sort Angular and NestJS module imports, declarations, exports, controls, etc.

70 lines (69 loc) 1.95 kB
{ "name": "eslint-plugin-ng-module-sort", "version": "1.3.2", "description": "Sort Angular and NestJS module imports, declarations, exports, controls, etc.", "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "angular", "nestjs" ], "author": "Daniel Lazar", "repository": { "type": "git", "url": "https://github.com/ducktordanny/eslint-plugin-ng-module-sort" }, "main": "./dist/lib/index.js", "exports": "./dist/lib/index.js", "files": [ "dist/lib", "CHANGELOG.md" ], "scripts": { "dev": "nodemon -e js,ts --watch lib --watch tests --exec 'yarn build'", "build": "rm -rf ./dist && tsc", "build:test": "yarn build; yarn test", "build:lint": "yarn build; yarn lint", "test": "mocha tests --recursive ./dist/tests/", "lint": "eslint .", "lint:eslint-docs": "update:eslint-docs --check", "format": "pretty-quick", "format:all": "prettier . --write", "update:eslint-docs": "eslint-doc-generator", "publish": "yarn build; npm publish", "_postinstall": "husky", "prepack": "pinst --disable", "postpack": "pinst --enable" }, "dependencies": { "requireindex": "^1.2.0" }, "devDependencies": { "@types/eslint": "^8.37.0", "@types/node": "^18.15.11", "@typescript-eslint/parser": "^5.57.1", "@typescript-eslint/types": "^5.57.1", "@typescript-eslint/utils": "^5.57.1", "eslint": "^8.19.0", "eslint-config-prettier": "^9.1.0", "eslint-doc-generator": "^1.0.0", "eslint-plugin-eslint-plugin": "^5.0.0", "eslint-plugin-node": "^11.1.0", "husky": "^9.0.11", "mocha": "^10.0.0", "nodemon": "^2.0.22", "npm-run-all": "^4.1.5", "pinst": "^3.0.0", "prettier": "3.3.2", "pretty-quick": "^4.0.0", "typescript": "^5.0.4" }, "engines": { "node": "^14.17.0 || ^16.0.0 || >= 18.0.0" }, "peerDependencies": { "eslint": ">=7" }, "license": "MIT" }