Skip to content

Commit 071e025

Browse files
Create config.ncl
1 parent be49590 commit 071e025

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

config.ncl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
linter = {
3+
target_dir = ".",
4+
overlay_color = "magenta",
5+
auto_fix = true,
6+
exclude_paths = ["node_modules", ".git", "lib"],
7+
artifacts = [
8+
{ name = "NBSP", hex = "0xA0", pattern = "\u00A0" },
9+
{ name = "ZWSP", hex = "0x200B", pattern = "\u200B" },
10+
{ name = "BOM", hex = "0xFEFF", pattern = "\uFEFF" },
11+
],
12+
}
13+
}

0 commit comments

Comments
 (0)