UNPKG

eslint-config-neon

Version:

The ultimate ESLint shareable config

14 lines (13 loc) 256 B
{ "plugins": [ "unicorn" ], "rules": { "curly": 0, "no-inline-comments": 0, "no-unexpected-multiline": 0, "unicorn/empty-brace-spaces": "off", "unicorn/no-nested-ternary": "off", "unicorn/number-literal-case": "off" } }