prettier पर टैग किए गए जवाब

11
मैं डिलीट 'cr' [prettier / prettier] क्यों कर रहा हूँ?
मैं प्रेट्रियर 1.7.2 और एस्लिंट 1.7.0 के साथ vscode का उपयोग कर रहा हूं। प्रत्येक नई पंक्ति के बाद मुझे: [eslint] Delete 'cr' [prettier/prettier] यह .eslintrc.json है: { "extends": ["airbnb", "plugin:prettier/recommended"], "env": { "jest": true, "browser": true }, "rules": { "import/no-extraneous-dependencies": "off", "import/prefer-default-export": "off", "no-confusing-arrow": "off", "linebreak-style": "off", "arrow-parens": ["error", …

1
Prettier-eslint, eslint-plugin-prettier और eslint-config-prettier में क्या अंतर है?
मैं Prettier और ESLint का एक साथ उपयोग करना चाहता हूं, लेकिन मैंने कुछ संघर्षों का अनुभव किया। मैं देख रहा हूं कि ये तीन पैकेज हैं जो उन्हें अग्रानुक्रम में उपयोग करने की अनुमति देते हैं: prettier-eslint eslint-plugin-prettier eslint-config-prettier हालांकि, मैं अनिश्चित हूं कि इन पैकेज नामों के रूप …

6
वीएस कोड में, मुझे यह त्रुटि मिल रही है, 'मॉड्यूल लोड करने में विफल। पैकेज से प्रेटियर लोड करने का प्रयास किया गया। '
जब मैं VS कोड का उपयोग कर रहा हूं और एक प्रोजेक्ट खोल रहा हूं, तो मुझे यह सूचना नीचे दाएं कोने में मिलती है: Failed to load module. If you have prettier or plugins referenced in package.json, ensure you have runnpm स्थापित करेंAttempted to load prettier from package.json. Source: …

4
Prettier vscode "आर एक समारोह नहीं है"
Vscode में कुछ समय के लिए प्रीटियर का उपयोग किया गया है, लेकिन हाल ही में इसने काम करना बंद कर दिया है और मुझे यकीन नहीं है कि यह उनके अंत में बग है या मेरी गलत धारणा है। ["INFO" - 02:54:03] Loaded module 'prettier@1.19.1' from '/Users/paulrberg/.nvm/versions/node/v10.17.0/lib/node_modules/prettier' ["INFO" - …
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.