@noneforge/eslint-config-angular
Version:
Angular ESLint configuration with TypeScript, component rules, and accessibility
103 lines (102 loc) • 2.5 kB
JSON
{
"name": "@noneforge/eslint-config-angular",
"version": "0.2.6",
"description": "Angular ESLint configuration with TypeScript, component rules, and accessibility",
"keywords": [
"eslint",
"eslintconfig",
"eslint-config",
"angular",
"angular20",
"signals",
"effects",
"typescript",
"frontend",
"components",
"templates",
"accessibility",
"a11y",
"angular-eslint",
"standalone-components",
"control-flow",
"stylistic",
"eslint-css",
"stylelint",
"sass",
"scss",
"css",
"prettier",
"flat-config",
"eslint9",
"noneforge",
"onpush",
"reactive",
"zoneless"
],
"author": "noneforge",
"license": "MIT",
"homepage": "https://github.com/noneforge/eslint-config-angular#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/noneforge/eslint-config-angular.git"
},
"bugs": {
"url": "https://github.com/noneforge/eslint-config-angular/issues"
},
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=20.19.0"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "shx rm -rf dist",
"prebuild": "npm run clean",
"test": "npm run build && npm run lint:self",
"lint:self": "eslint ./src --max-warnings 0",
"prepublishOnly": "npm run test",
"version": "npm run build && git add -A dist",
"release": "npm version patch && npm publish --access public",
"release:minor": "npm version minor && npm publish --access public",
"release:major": "npm version major && npm publish --access public"
},
"dependencies": {
"@noneforge/eslint-config": "^0.2.6",
"angular-eslint": "^20.2.0",
"globals": "^16.3.0"
},
"peerDependencies": {
"@angular/compiler": ">=20.0.0",
"eslint": ">=9.22.0",
"rxjs": ">=7.4.0",
"typescript": ">=5.9.0"
},
"devDependencies": {
"@angular/core": "^20.2.4",
"@eslint/css": "^0.11.0",
"@types/eslint": "^9.6.1",
"@types/node": "^24.3.1",
"eslint": "^9.35.0",
"shx": "^0.4.0",
"typescript": "^5.9.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}