Closed saschwarz closed 8 years ago
react/jsx-quotes
was moved to core as jsx-quotes
. Are you sure it isn't picking up global ESLint or something? I can't reproduce this locally.
I don't think that "strict": 0
should be needed. These days all files are strict by default (ES6) so I don't use use strict
declarations anymore.
Those files do have 'use strict;' on their first line: https://github.com/survivejs/react-component-boilerplate/blob/master/demo/index.js#L1 https://github.com/survivejs/react-component-boilerplate/blob/master/webpack.config.babel.js#L1
@saschwarz Those are redundant. Fixed. Thanks!
I get these errors when running
npm run lint
:Did you want to update the
.eslintrc
to specify"strict": 0
?I'm not certain how to resolve:
The react/jsx-quotes rule is deprecated. Please use the jsx-quotes rule instead.
I couldn't find where that is specified in the branch andjsx-quotes
is already specified in the.eslintrc
.