aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-05-22 07:15:34 +0300
committerGitHub <noreply@github.com>2023-05-22 07:15:34 +0300
commit8137bdba61fd57cc1ddae801f6080d51e13d70c5 (patch)
treec5a02e9f9ae57c9f0ff8499379c6cc61a97c094e /package.json
parenta862428902c4aecde8852761c3a4d95c196885cb (diff)
parent3366e494a1147e570d8527eea19da88edb3a1e0c (diff)
Merge branch 'dev' into text-drag-fix
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..c0ba4067
--- /dev/null
+++ b/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "stable-diffusion-webui",
+ "version": "0.0.0",
+ "devDependencies": {
+ "eslint": "^8.40.0"
+ },
+ "scripts": {
+ "lint": "eslint .",
+ "fix": "eslint --fix ."
+ }
+}