From 6a90cd4af43ab1c083ebd81378b966a143156fda Mon Sep 17 00:00:00 2001 From: msdlisper <1170167213@qq.com> Date: Sat, 16 Dec 2023 13:45:14 +0800 Subject: [PATCH] feat(linter): add jsx-a11y settings (#1668) When we developed linter for #1141 , we needed to configure some settings for `jsx-a11y`, which was not supported before, but I am trying to support it now. like this: ``` fn config() -> serde_json::Value { serde_json::json!([2,{ "ignoreNonDOM": true }]) } fn settings() -> serde_json::Value { serde_json::json!({ "jsx-a11y": { "components": { "Button": "button", } } }) } let pass = vec![ ("