chore: dev env

This commit is contained in:
Bill Church 2024-08-13 12:25:53 +00:00
parent d7b73f95d2
commit 40715023b2
No known key found for this signature in database

View file

@ -58,8 +58,16 @@
]
},
"devDependencies": {
"airbnb": "0.0.2",
"colors": "~1.3.2",
"eslint": "^9.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"nodemon": "^1.12.1",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"snazzy": "^8.0.0",
"standard": "^12.0.1"
}