Skip to content

Commit

Permalink
feat(linter): fixing react example build by ignoring eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
manoncarbonnel authored and dpellier committed Oct 26, 2023
1 parent 30e25a9 commit 151effc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"license": "Apache-2.0",
"type": "module",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:prod": "npm run build"
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build",
"build:prod": "DISABLE_ESLINT_PLUGIN=true npm run build"
},
"dependencies": {
"@ovhcloud/ods-common-core": "16.2.1",
Expand Down

0 comments on commit 151effc

Please sign in to comment.