Skip to content

Commit

Permalink
Prevent formating this vendor file copied inside codebase
Browse files Browse the repository at this point in the history
It's copied from extract-file-from-node-module script
  • Loading branch information
seballot committed Jun 19, 2024
1 parent 2a68e30 commit d5817dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = {
'!tools/tableau',
'!tools/tags',
'!tools/templates',
'!tools/toc'
'!tools/toc',
'tools/aceditor/presentation/javascripts/ext-searchbox.js'
]
}
Loading

0 comments on commit d5817dd

Please sign in to comment.