mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
eslint: Enable sort-imports rule.
I figure we should enable this before we have lots of imports. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
0ae2c5c96e
commit
042c558bb3
@@ -1,5 +1,5 @@
|
||||
import { basename, resolve } from 'path';
|
||||
import { RuleSetRule, RuleSetUseItem } from 'webpack';
|
||||
import { basename, resolve } from 'path';
|
||||
|
||||
export const cacheLoader: RuleSetUseItem = {
|
||||
loader: 'cache-loader',
|
||||
|
||||
Reference in New Issue
Block a user