pretty loose files

This commit is contained in:
2022-12-12 14:55:06 -06:00
parent 29bdf40ffb
commit b754eece0d
7 changed files with 228 additions and 218 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ module.exports = {
'no-use-before-define': 'off',
'space-infix-ops': 'warn',
'no-bitwise': 'off',
'no-restricted-globals': 'off'
'no-restricted-globals': 'off',
},
};