From 70aca94d10706055137f07f71bd2d9aa16ca5c4f Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Mon, 8 Mar 2021 21:52:34 +0900 Subject: [PATCH] chore: ignore eslint --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index acd21b5..1c198f9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -30,6 +30,7 @@ module.exports = { 'react/react-in-jsx-scope': 'off', 'jsx-a11y/anchor-is-valid': 'off', 'jsx-a11y/no-noninteractive-element-interactions': 'off', + 'jsx-a11y/no-static-element-interactions': 'off', '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-unused-vars': ['warn'],