updated rules to my style

This commit is contained in:
Ben
2023-10-02 17:02:45 -05:00
parent 78af6414bf
commit 5e104492b1

View File

@@ -20,6 +20,7 @@ module.exports = {
'object-curly-spacing': 'off',
'no-multiple-empty-lines': 'off',
'lines-between-class-members': 'off',
'no-restricted-syntax': 'off',
},
parserOptions: {
ecmaVersion: 2020,