13f4c62ba3
This doesn't enable any of ESLint's actual possible-issue linting, but just style normalization based on the Prettier configuration (but without line length limits).
12 lines
185 B
JSON
12 lines
185 B
JSON
{
|
|
"name": "stable-diffusion-webui",
|
|
"version": "0.0.0",
|
|
"devDependencies": {
|
|
"eslint": "^8.40.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"fix": "eslint --fix ."
|
|
}
|
|
}
|