mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-26 22:02:09 +00:00
added last lint rule for this update
This commit is contained in:
parent
87620f38be
commit
6c552f86c6
@ -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 }]
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user