Skip to content

Commit

Permalink
update filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark committed Nov 25, 2024
1 parent 491ca33 commit 15639d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = [
plugins: {
eslintPlugin,
importPlugin,
filenames,
filenamesPlugin: fixupPluginRules(filenames),
'i18n-text': fixupPluginRules(i18nTextPlugin),
},
rules: {
Expand Down
6 changes: 6 additions & 0 deletions test-examples/flat/src/getAttribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ const title = document.createElement('h1')
title.textContent = `${title}!`

foobar(title)

document.addEventListener('click', async function (event) {
const data = await fetch()

event.preventDefault()
})

0 comments on commit 15639d6

Please sign in to comment.