From f71231586cd944d5cbcc328545025415d1131c08 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 3 Sep 2017 02:22:32 -0700 Subject: [PATCH] lint config: consistent use of levels --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index fdb38e0e97c1..cffabe84e359 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -72,7 +72,7 @@ module.exports = { 'jsx-a11y/accessible-emoji': ignore, 'jsx-a11y/href-no-hash': ignore, 'jsx-a11y/label-has-for': ignore, - 'jsx-a11y/anchor-is-valid': ['warn', { aspects: ['invalidHref'] }], + 'jsx-a11y/anchor-is-valid': [warn, { aspects: ['invalidHref'] }], 'react/no-unescaped-entities': ignore, }, };