forumone / nextjs-project

Next.js project template
0 stars 0 forks source link

Enforce explicit value for boolean attributes #25

Open kmonahan opened 1 year ago

kmonahan commented 1 year ago

Add linting rule to enforce explicit value for boolean attributes, and fix any existing instances where that rule is not followed.

kmonahan commented 1 year ago

Here’s the rule for the boolean value prop thingy https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-boolean-value.md

SirJohn96 commented 3 months ago

NEXTJS-25