Open
Description
{
"name": "my-awesome-project",
"eslintConfig": {
"extends": [
"xo",
"xo-typescript"
]
}
}
I haven't tested fully, but it seems that this is not enough to enable the configuration on TS/TSX files. I had to call eslint src --ext ts
to have the errors show up. This was not required when I was extending plugin:@typescript-eslint/*
directly
Activity