added last lint rule for this update

This commit is contained in:
Dustin Loring 2024-12-02 06:21:32 -05:00
parent 87620f38be
commit 6c552f86c6

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