feat(users/Profpatsch): move eslint & prettier to toplevel

the linters & prettier config should apply to my whole subdir.

This is somewhat nasty, you have to `npm` in the toplevel dir before
it starts working, otoh dev tooling is dev time and I’m working on
these alone.

Change-Id: I96721f549b24a40b7ffbb2d310f37a40d2590b2b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12573
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Profpatsch 2024-10-04 20:35:55 +02:00
parent 9c1e3687fe
commit 9c8087d705
8 changed files with 120 additions and 156 deletions

View file

@ -0,0 +1,17 @@
{
"name": "profpatsch",
"version": "1.0.0",
"description": "Welcome, Welcome.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9.11.1",
"typescript-eslint": "^8.8.0"
}
}