We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315dcf2 commit c517465Copy full SHA for c517465
1 file changed
src/index.js
@@ -8,7 +8,6 @@ const comments = require("./comments");
8
const { join, hardline } = require("prettier").doc.builders;
9
const { hasPragma, insertPragma } = require("./pragma");
10
11
-// TODO: remove after resolve https://github.com/prettier/prettier/pull/5854
12
function createLanguage(linguistData, { extend, override }) {
13
const language = {};
14
0 commit comments