From 88959ff2d636b6371eb52b63aee5cfe1b48d31ed Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Tue, 18 May 2021 23:00:31 +0300 Subject: [PATCH] Ignore data-no-store-string-literals rule for native files (#31936) --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 5360d8117321fd..1d6183a5d5a4c6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -168,6 +168,7 @@ module.exports = { 'import/no-extraneous-dependencies': 'off', 'import/no-unresolved': 'off', 'import/named': 'off', + '@wordpress/data-no-store-string-literals': 'off', }, }, {