Prevents files from being named "index".
This rule aims to prevent files from being named "index", which will lead to files having meaningful names.
Examples of incorrect filename for this rule:
index.js
index.ts
Examples of correct filename for this rule:
calculatePrice.js
login.tsx