Skip to content

Conversation

@raphox
Copy link

@raphox raphox commented Feb 10, 2025

No description provided.

@@ -1 +1,57 @@
module.exports = require('stylomatic/eslint-preset')
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed dependency of stylomatic; it has not been maintained.

} catch (error) {
if (sh_ignore_exit !== true) {
logger.err(error.stderr)
logger.err(error)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error.stderr was undefined.
The new debug line will help you get more details.

Comment on lines -2 to -3
"//extends": "pick from: stylomatic/{node-library|react-library|nextjs|base}.json",
"extends": "stylomatic/node-library.json",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed dependency of stylomatic; it has not been maintained.

Comment on lines +50 to +51
"inflection": "^1.13.4",
"ora": "^5.4.1",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last versions of the following packages are not compatible:

  • enquirer
  • execa
  • inflection
  • ora

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant