Eslint parising error, no NODE_ENV defined in Webstorm

I get error called "ESLint: Parsing error; Using 'babel-preset-react-app' required that you specify NODE_ENV or BABEL_ENV enviroment variables. This is normally fixed when using eslint from command line by running it NODE_ENV=development eslint but I can't find option in webstorm to do that. Is there a way to do it?

1

请先登录再写评论。