Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update does_not_format_ignored_directories snap
  • Loading branch information
dhirajarun committed Dec 17, 2022
commit 6c77822bad690c2bb798c06a39a9934c9332fe2e
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ expression: content
{
"formatter": {
"ignore": [
"test1.js",
"./test2.js",
"./test3/**/*",
"/test4/**/*",
"test5/**/*",
"**/test6/*.js",
"*.test7.js"
]
"test1.js",
"./test2.js",
"./test3/**/*",
"/test4/**/*",
"test5/**/*",
"**/test6/*.js",
"*.test7.js"
]
}
}

Expand Down