From 11111797e6a32c2d97453ffae4affdcfb4798ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 7 Jan 2021 01:15:03 +0900 Subject: [PATCH] test: added lint ignore rule --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index c0910c2..8c58286 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,6 +27,7 @@ module.exports = { '@typescript-eslint' ], rules: { + 'react/no-unescaped-entities': 'off', 'react/prop-types': 'off', 'react/react-in-jsx-scope': 'off', 'jsx-a11y/anchor-is-valid': 'off',