Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:21 +08:00
commit aa624ea0fe
5 changed files with 147 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "eslint-plugin",
"description": "Automatically runs ESLint checks on JavaScript/TypeScript files after edits",
"version": "1.0.2",
"author": {
"name": "Eli Oshinsky",
"email": "elimelech.oshinsky@gmail.com"
},
"hooks": [
"./hooks"
]
}