xo icon indicating copy to clipboard operation
xo copied to clipboard

XO not linting files starts with dot

Open fisker opened this issue 3 years ago • 1 comments

fisker avatar Jun 29 '22 03:06 fisker

~Just mentioning my workaround using negative ignores:~

{
	"xo": {
		"ignores": [
			"!.*"
		]
	}
}

~Or just the javascript files: "!.*.{cjs, js}"~

EDIT: Do not do this as it will ignore other files.

yvvki avatar Jan 02 '24 09:01 yvvki