Initial commit

This commit is contained in:
Alex
2023-07-19 23:40:39 -04:00
commit fd67e90cbc
24 changed files with 7998 additions and 0 deletions

30
dist/package.json vendored Normal file
View File

@ -0,0 +1,30 @@
{
"name": "@aet/eslint-rules",
"version": "0.0.1-beta.11",
"license": "UNLICENSED",
"publishConfig": {
"registry": "http://raspberrypi.local:4873"
},
"peerDependencies": {
"typescript": "^5.1.6"
},
"dependencies": {
"aria-query": "^5.3.0",
"axe-core": "4.7.2",
"axobject-query": "^3.2.1",
"damerau-levenshtein": "1.0.8",
"debug": "^4.3.4",
"doctrine": "^3.0.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-module-utils": "^2.8.0",
"estraverse": "^5.3.0",
"is-core-module": "^2.12.1",
"is-glob": "^4.0.3",
"language-tags": "^1.0.8",
"minimatch": "^9.0.3",
"prop-types": "^15.8.1",
"resolve": "^2.0.0-next.4",
"semver": "^7.5.4",
"tsconfig-paths": "^4.2.0"
}
}