grommet / grommet-cli

Deprecated, use create-react-app for v2 instead. Command Line interface for grommet
Apache License 2.0
28 stars 18 forks source link

fix(issue#34): Make check command lint also '.jsx' files #37

Closed leomoreno closed 7 years ago

leomoreno commented 7 years ago

@alansouzati this is the fix for the check command issue #34

The Symptoms 😷

.jsx files not being verified by eslint when running npm test command.

The Fix 💊

The pattern string send to eslint was modified to match both .js and .jsx files.

alansouzati commented 7 years ago

thanks for your contribution. welcome to the team!