diff --git a/UI/.eslintrc.js b/UI/.eslintrc.js index a5b82de..c5dd7e9 100644 --- a/UI/.eslintrc.js +++ b/UI/.eslintrc.js @@ -1,3 +1,4 @@ module.exports = { - "extends": "standard" + "extends": "standard", + "plugins": [ "react", "node", "promise", "import" ] }; \ No newline at end of file