Merge pull request #4 from oTToDev-CE/main

added last lint rule for this update
This commit is contained in:
Dustin Loring 2024-12-02 06:22:31 -05:00 committed by GitHub
commit 0f59af9e87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,9 @@ export default [
'keyword-spacing': ["error", { "before": true, "after": true }],
'consistent-return': "error",
'semi': ["error", "always"],
'curly': ["error"],
'no-eval': ["error"],
'linebreak-style': ["error", "unix"],
'arrow-spacing': ["error", { "before": true, "after": true }]
},
},