This rule enforces the absencse of newlines between import statements.
import foo from 'foo'
import bar from 'bar'
import baz from 'baz'
console.log('Hello, Newman')
import foo from 'foo'
import bar from 'bar'
import baz from 'baz'
console.log('Hello, Newman')
The rule takes no arguments.
{
'@nolawnchairs/no-import-gaps': 'error'
}