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 c30061c commit 9c7021eCopy full SHA for 9c7021e
lib/modules/collapseWhitespace.js
@@ -1,4 +1,4 @@
1
-const skipElements = ['script', 'style', 'pre', 'textarea']
+const skipElements = ['script', 'style', 'pre', 'code', 'textarea']
2
3
module.exports = (node, options = {}) => {
4
// if it's an entirely empty node, either remove or collapse to a single space
0 commit comments