Skip to content

Commit

Permalink
Turned off react/one-expression-per-line
Browse files Browse the repository at this point in the history
  • Loading branch information
cammoore committed Sep 28, 2024
1 parent cfb9dc2 commit 2affe56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"prefer-arrow-callback": "off",
"import/no-extraneous-dependencies": ["error", { "devDependencies": ["**/*.test.ts", "**/*.spec.ts"] }],
"react/function-component-definition": "off",
"react/react-in-jsx-scope": "off",
"react/jsx-props-no-spreading": "off"
"react/jsx-props-no-spreading": "off",
"react/one-expression-per-line": "off",
"react/react-in-jsx-scope": "off"
}
}

0 comments on commit 2affe56

Please sign in to comment.