mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 23:54:08 +02:00
Enable a few eslint-config-xo rules (#34620)
* unicorn/prefer-dom-node-append * unicorn/prefer-dom-node-remove
This commit is contained in:
@@ -11,7 +11,7 @@ export const getFixture = () => {
|
||||
fixtureEl.style.left = '-10000px'
|
||||
fixtureEl.style.width = '10000px'
|
||||
fixtureEl.style.height = '10000px'
|
||||
document.body.appendChild(fixtureEl)
|
||||
document.body.append(fixtureEl)
|
||||
}
|
||||
|
||||
return fixtureEl
|
||||
|
Reference in New Issue
Block a user