mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
refactor: replace eslint-plugin-import with eslint-plugin-perfectionist for import sorting (#6428)
This commit is contained in:
committed by
GitHub
parent
c73b1afb74
commit
3b41455ae3
@@ -118,7 +118,6 @@ if (values.config) {
|
||||
|
||||
if (values['reset-password']) {
|
||||
console.info('Running reset password script...');
|
||||
// eslint-disable-next-line import/extensions
|
||||
await import('../src/scripts/reset-password.js');
|
||||
process.exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user