EvgenyOrekhov / eslint-config-hardcore

The most strict (yet practical) ESLint config. 53 plugins. 1342 rules. React, Vue, Node, and pure JS/TS.

Home Page:https://www.npmjs.com/package/eslint-config-hardcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable enforcing is/has prefixes for boolean object literal properties

EvgenyOrekhov opened this issue · comments

There's too many APIs that don't follow it, like disabled, required, etc.

Added standard boolean attributes to exceptions for now. Will reopen if it's still annoying.