Skip to content

Commit

Permalink
build: fix conflicts in queen
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Nov 27, 2023
1 parent 2d44d18 commit 82c1e53
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions queen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,8 @@
"react-app",
"react-app/jest",
"prettier",
"plugin:react-hooks/recommended",
"plugin:jsx-a11y/recommended",
"plugin:import/warnings"
"plugin:react-hooks/recommended"
],
"plugins": [
"prettier",
"jsx-a11y"
],
"rules": {
"react/prop-types": [
"off"
],
"prettier/prettier": [
1,
{
"arrowParens": "avoid"
}
]
},
"globals": {
"fetch": true,
"window": true,
Expand Down

0 comments on commit 82c1e53

Please sign in to comment.