fix: use cjs extension for commonjs files

This commit is contained in:
Daniel D Orlando 2023-05-20 08:54:58 -07:00
parent 5964b71e14
commit bb3c28b723
4 changed files with 0 additions and 0 deletions

View file

@ -1,4 +0,0 @@
module.exports = {
'*.{js,jsx,ts,tsx}': ['eslint --fix', 'eslint'],
'*.json': ['prettier --write']
};