yeoman / doctor

Detect potential issues with users system that could prevent Yeoman from working correctly
http://yeoman.io
BSD 2-Clause "Simplified" License
61 stars 16 forks source link

Fix linting for `xo`. #34

Closed wtgtybhertgeghgtwtg closed 7 years ago

wtgtybhertgeghgtwtg commented 7 years ago

Since xo is just set to the latest version, linting doesn't pass as it.

wtgtybhertgeghgtwtg commented 7 years ago

Tests are failing in latest because an error message changed, and in 0.10 and 0.12 because xo doesn't support those.

sindresorhus commented 7 years ago

Can you change the filenames and their references instead of disabling the rule?

wtgtybhertgeghgtwtg commented 7 years ago

What about the exports?

sindresorhus commented 7 years ago

Yes, those too.

SBoudrias commented 7 years ago

Thanks!