UNPKG

eslint-config-neon

Version:

The ultimate ESLint shareable config

11 lines (10 loc) 146 B
{ "plugins": [ "react" ], "rules": { "react/jsx-key": 0, "react/no-unknown-property": 0, "react/self-closing-comp": 0 } }