Skip to content

Commit

Permalink
Fixing eslint test #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Priebe Daniel committed Sep 29, 2022
1 parent 772a6b3 commit 74ab0ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"import/no-useless-path-segments": "error",
"react/prop-types": "warn",
"prettier/prettier": ["error", { "endOfLine": "auto" }],
"react/no-unknown-property": ["error", { "ignore": ["jsx", "global"] }]
"react/no-unknown-property": ["error", { "ignore": ["jsx", "global", "align"] }]
}
}

0 comments on commit 74ab0ff

Please sign in to comment.