fix: toml formatting issues

This commit is contained in:
Daniel Lautzenheiser
2023-01-03 11:40:38 -05:00
parent e5c3ea676b
commit dc3b04cbf8
9 changed files with 3112 additions and 3332 deletions

View File

@ -29,6 +29,7 @@ module.exports = {
exclude: [
/(node_modules[\\/]@toast-ui[\\/]editor[\\/]dist)/,
/(node_modules[\\/]nth-check[\\/]lib)/,
/(src[\\/]formats[\\/]util)/,
],
},
{
@ -38,7 +39,7 @@ module.exports = {
},
},
{
test: /\.tsx?$/,
test: /\.[jt]sx?$/,
use: [
{
loader: 'babel-loader',