使用bower和xo-react时反应linting错误

时间:2016-04-07 15:32:09

标签: reactjs eslint

我有一个React应用。我使用xo-react作为我的linter配置。
当我使用webpacksystemjs作为模块管理器时,一切都很好,但是当我使用bower时,我会遇到来自我的JSX模板的react/jsx-no-undefreact-in-jsx-scope等问题。

示例:

return (
    <Title/>
);

抛出'Title' is not definedreact/jsx-no-undef

0 个答案:

没有答案