Skip to content

Commit

Permalink
add textContent
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Feb 15, 2024
1 parent eef0ab5 commit 2172820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ module.exports = {
"unicorn/prefer-dom-node-append": "error",
"unicorn/prefer-dom-node-dataset": "error",
"unicorn/prefer-dom-node-remove": "error",
"unicorn/prefer-dom-node-text-content": "error", // Don't forget to trim! Works better in all browsers.
"unicorn/prefer-export-from": "error",
"unicorn/prefer-includes": "error",
"unicorn/prefer-keyboard-event-key": "error",
Expand Down

0 comments on commit 2172820

Please sign in to comment.