UNPKG

eslint-config-eventbrite-react

Version:

Eventbrites's ESLint config that lints React & JSX, adhering to the Eventbrite JavaScript Coding Style Guide

8 lines (7 loc) 113 B
{ "extends": "./index.js", "rules": { "import/unambiguous": "off", "import/no-commonjs": "off" } }