คำถามติดแท็ก eslintrc

12
เหตุใดฉันจึงได้รับ Delete 'cr' [สวยกว่า / สวยกว่า] อยู่เรื่อย ๆ
ฉันใช้ vscode กับ Prettier 1.7.2 และ Eslint 1.7.0 หลังจากขึ้นบรรทัดใหม่ทุกครั้งฉันจะได้รับ: [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", "as-needed"], "comma-dangle": [ "error", { "arrays": "always-multiline", "objects": "always-multiline", "imports": "always-multiline", "exports": …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.