I'm trying to exclude some files from the linting, but the ignore option doesn't seem to work at all.
Not sure what's going on here, did I miss anything obvious?
"xo": {
"space": true,
"semicolon": true,
"prettier": true,
"ignores": [
"**/*.genai.mjs",
"**/vite.config.ts"
],
"rules": [ ... ]
}
I'm trying to exclude some files from the linting, but the ignore option doesn't seem to work at all.
Not sure what's going on here, did I miss anything obvious?