chore: move files out of root to declutter

This commit is contained in:
Danny Avila 2023-09-06 13:11:18 -04:00 committed by Danny Avila
parent 36b8d2d5e7
commit ea8003c58b
6 changed files with 2 additions and 2 deletions

View file

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