Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
WIP: yarn once again works locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanlei committed Apr 6, 2023
1 parent 87e4982 commit dc3cbed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
"**/*.umd.js",
"**/generated/*"
],
"parser": "babel-eslint",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 2018,
"sourceType": "module"
},
"plugins": [
"react"
],
Expand Down

0 comments on commit dc3cbed

Please sign in to comment.