Add and configure eslint

This commit is contained in:
Michael Smith
2023-05-26 10:57:37 +02:00
parent fc3469ec48
commit f7a90d5433
3 changed files with 1795 additions and 0 deletions

View File

@@ -13,6 +13,10 @@
"license": "MIT",
"devDependencies": {
"@vitest/coverage-c8": "^0.31.0",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"vitest": "^0.31.0"
}
}