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 efd4392 commit 36fc22fCopy full SHA for 36fc22f
content/build.js
@@ -121,10 +121,8 @@ const generate = async (config, lang) => {
121
} else if (row.startsWith('- ')) {
122
block = BLOCK_LIST;
123
lines.push(row);
124
- } else {
125
- if (row !== '// prettier-ignore') {
126
- lines.push(row);
127
- }
+ } else if (row !== '// prettier-ignore') {
+ lines.push(row);
128
}
129
130
};
0 commit comments