Skip to content

Commit

Permalink
turn off linting/formatting for vendor/exit.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks authored and jfmengels committed May 2, 2024
1 parent 999d955 commit 6bc5a66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'test/snapshots',
'test/temporary',
'vendor/node-elm-compiler.js',
'vendor/exit.js',
'.eslintrc.js',
'new-package/elm-review-package-tests/check-previews-compile.js'
],
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
**/suppressed
test/**/*.json
test/temporary/
vendor/exit.js
2 changes: 2 additions & 0 deletions vendor/exit.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-nocheck

/*
* exit
* https://github.com/cowboy/node-exit
Expand Down

0 comments on commit 6bc5a66

Please sign in to comment.