From b0395b03f79aed0eb9b0c1972e2d423072389e0a Mon Sep 17 00:00:00 2001 From: trydofor Date: Wed, 9 Oct 2024 15:43:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20max-attributes-per-line=20single?= =?UTF-8?q?=203=20#43?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/tame-stingrays-buy.md | 6 ++++++ .vscode/settings.json | 1 + layers/common/components/DpiImg.vue | 11 ++--------- layers/common/devs/eslint-vue-common.mjs | 14 ++++++++++++++ layers/common/devs/eslint-vue-common.mts | 5 +++++ layers/common/eslint.config.mjs | 2 ++ ...int-ionic-slot.d.mts => eslint-vue-ionic.d.mts} | 0 ...{eslint-ionic-slot.mjs => eslint-vue-ionic.mjs} | 2 +- layers/mobile/eslint.config.mjs | 4 ++-- 9 files changed, 33 insertions(+), 12 deletions(-) create mode 100644 .changeset/tame-stingrays-buy.md create mode 100644 layers/common/devs/eslint-vue-common.mjs create mode 100644 layers/common/devs/eslint-vue-common.mts rename layers/mobile/devs/{eslint-ionic-slot.d.mts => eslint-vue-ionic.d.mts} (100%) rename layers/mobile/devs/{eslint-ionic-slot.mjs => eslint-vue-ionic.mjs} (96%) diff --git a/.changeset/tame-stingrays-buy.md b/.changeset/tame-stingrays-buy.md new file mode 100644 index 0000000..a03a3c3 --- /dev/null +++ b/.changeset/tame-stingrays-buy.md @@ -0,0 +1,6 @@ +--- +"@fessional/razor-common": patch +"@fessional/razor-mobile": patch +--- + +max-attributes-per-line single 3 diff --git a/.vscode/settings.json b/.vscode/settings.json index adb7b58..009da7e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,6 +13,7 @@ "files.encoding": "utf8bom", "files.autoGuessEncoding": true, "cSpell.words": [ + "devs", "dropoff", "fessional", "iconify", diff --git a/layers/common/components/DpiImg.vue b/layers/common/components/DpiImg.vue index 5777eb4..0554a2b 100644 --- a/layers/common/components/DpiImg.vue +++ b/layers/common/components/DpiImg.vue @@ -1,16 +1,9 @@