# readme/prefer-javascript

📝 Prefer using pure Javascript within a codebase.

<!-- end auto-generated rule header -->

This rule allows you to optionally enforce that all code is written in pure Javascript; it does this by ensuring that files have a regular Javascript file extension. It unfortunately does not check the contents of the file to see if it contains any TypeScript.
