NOTE: To use
unobtrusive
,unobtrusive/import
,unobtrusive/react
, andunobtrusive/flowtype
together, your eslint config would look like this:{ "extends": [ "unobtrusive", "unobtrusive/import", "unobtrusive/react", "unobtrusive/flowtype" ], "env": { "browser": true } }