mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
✏️ Add forgotten divider
This commit is contained in:
parent
bef5feb6cc
commit
613db0a5b7
|
@ -330,6 +330,10 @@ module.exports = {
|
||||||
*/
|
*/
|
||||||
'prefer-spread': 'error',
|
'prefer-spread': 'error',
|
||||||
|
|
||||||
|
// ----------------------------------
|
||||||
|
// import
|
||||||
|
// ----------------------------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/prefer-default-export.md
|
* https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/prefer-default-export.md
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue