diff --git a/.eslintrc b/.eslintrc index 153d7d64..16afd032 100644 --- a/.eslintrc +++ b/.eslintrc @@ -8,5 +8,8 @@ "config": "webpack.dev.js" } } + }, + "globals": { + "CMS_ENV": true } }