79254269

Date: 2024-12-05 10:33:50
Score: 2.5
Natty:
Report link

I found a solution... Just need to add what is listed here https://github.com/prettier/eslint-plugin-prettier?tab=readme-ov-file#configuration-new-eslintconfigjs

const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended');
    
module.exports = [
  // Any other config imports go at the top
  eslintPluginPrettierRecommended,
];
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: PKHDK