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 3, 2025
1 parent 6423776 commit 1860457
Showing 1 changed file with 0 additions and 18 deletions.
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 1860457

Please sign in to comment.