mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
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 ."
|
|
}
|
|
}
|