We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8285ab commit 281df2bCopy full SHA for 281df2b
flake.nix
@@ -27,6 +27,8 @@
27
# formatting and linting tools
28
similarity
29
nixfmt-rfc-style
30
+ typos
31
+ typos-lsp
32
];
33
34
shellHook = ''
typos.toml
@@ -0,0 +1,16 @@
1
+[default]
2
+locale = 'en-us'
3
+extend-ignore-re = [
4
+ "(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
5
+ "(?s)<!--\\s*spellchecker:off.*?\\n\\s*spellchecker:on\\s*-->",
6
+ "(?Rm)^.*#\\s*spellchecker:disable-line$",
7
+ "(?m)^.*<!--\\s*spellchecker:disable-line\\s*-->\\n.*$"
8
+]
9
+
10
+[files]
11
+extend-exclude = [
12
+ "node_modules",
13
+ "package.json",
14
+ "pnpm-lock.yaml",
15
+ "pnpm-workspace.yaml",
16
0 commit comments