This commit is contained in:
Alex
2023-12-20 12:23:05 -05:00
parent 02fe9f4799
commit 3ec7c342ba
18 changed files with 1732 additions and 700 deletions

17
playground/package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "playground",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aet/eslint-rules": "link:/Users/aet/Documents/Git/eslint/dist",
"eslint": "^8.54.0",
"typescript": "^5.3.2"
}
}