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:
Anders Kaseorg
2019-10-30 12:13:53 -07:00
committed by Anders Kaseorg
parent 0ae2c5c96e
commit 042c558bb3
4 changed files with 10 additions and 9 deletions

View File

@@ -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',