Skip to content

Commit

Permalink
🔥 [#724] Drop legacy eslint config in package.json
Browse files Browse the repository at this point in the history
eslint.config.mjs has precedence anyway.
  • Loading branch information
sergei-maertens committed Jan 4, 2025
1 parent 6423776 commit d67f249
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ VITE_FORM_ID=93c09209-5fb9-4105-b6bb-9d9f0aa6782c
VITE_USE_HASH_ROUTING=false

# Legacy
DISABLE_ESLINT_PLUGIN=true
REACT_APP_VERSION=latest
REACT_APP_BASE_API_URL=http://localhost:8000/api/v2/
REACT_APP_FORM_ID=93c09209-5fb9-4105-b6bb-9d9f0aa6782c
Expand Down
18 changes: 0 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,24 +89,6 @@
"workspaces": [
"design-tokens"
],
"eslintConfig": {
"extends": [
"react-app",
"plugin:prettier/recommended"
],
"rules": {
"react/style-prop-object": [
"error",
{
"allow": [
"FormattedNumber",
"FormattedDateParts",
"FormattedRelativeTime"
]
}
]
}
},
"browserslist": [
">0.2%",
"not dead",
Expand Down

0 comments on commit d67f249

Please sign in to comment.