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

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 }]
},
},