This rule enforces the target file extension is in the allowed extensions.
{
"plugins": ["filenames-simple"],
"rules": {
"filenames-simple/extension": "error"
}
}
No options are provided.
To override the allowed extensions, specify the settings.filenames-simple.allowedExtensions
.