Skip to content

Commit

Permalink
Merge pull request #762 from open-formulieren/cleanup/724-drop-legacy…
Browse files Browse the repository at this point in the history
…-eslint-config

🔥 [#724] Drop legacy eslint config in package.json
  • Loading branch information
sergei-maertens authored Jan 4, 2025
2 parents 6423776 + d67f249 commit 367bb02
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 367bb02

Please sign in to comment.