Skip to content

Commit

Permalink
chore: Run npx standard --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 6, 2024
1 parent 251be10 commit e915574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data_registry/static/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ document.addEventListener('DOMContentLoaded', event => {

// https://til.simonwillison.net/css/resizing-textarea
document.querySelectorAll('textarea').forEach(textarea => {
textarea.dispatchEvent(new Event('input', {bubbles: true, cancelable: true}))
textarea.dispatchEvent(new Event('input', { bubbles: true, cancelable: true }))
})
})
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// https://github.com/webpack-contrib/mini-css-extract-plugin

const MiniCssExtractPlugin = require('mini-css-extract-plugin')
const path = require('path');
const path = require('path')

module.exports = {
entry: './src/scss/main.scss',
Expand Down

0 comments on commit e915574

Please sign in to comment.