Skip to content

Commit

Permalink
Fix formatting for .eslitrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hasys committed Jan 15, 2024
1 parent e5cee4c commit f3eca8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible_wisdom_console_react/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module.exports = {
process.env.NODE_ENV === "production"
? "babel-preset-react-app/prod"
: process.env.NODE_ENV === "test"
? "babel-preset-react-app/test"
: "babel-preset-react-app/dev",
? "babel-preset-react-app/test"
: "babel-preset-react-app/dev",
],
},
},
Expand Down

0 comments on commit f3eca8e

Please sign in to comment.