From 71a8bc48a4d5ee3e144ee3fc8f92bf5eaa2c2992 Mon Sep 17 00:00:00 2001 From: Cory House Date: Wed, 31 Aug 2016 10:09:42 -0500 Subject: [PATCH] Typo fix --- config/eslint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/eslint.js b/config/eslint.js index eb2a87ce135..502cdfa4cf6 100644 --- a/config/eslint.js +++ b/config/eslint.js @@ -21,7 +21,7 @@ module.exports = { parser: 'babel-eslint', - // import plugin is termporarily disabled, scroll below to see why + // import plugin is temporarily disabled, scroll below to see why plugins: [/*'import', */'flowtype', 'jsx-a11y', 'react'], env: {