style: fix organize-imports to work with tailwindcss prettier plugin (#2957) [skip ci]

This commit is contained in:
Ryan Cohen
2022-08-21 19:40:12 +09:00
committed by GitHub
parent 6c0fd40877
commit 4b855b8114
38 changed files with 133 additions and 112 deletions

View File

@@ -1,7 +1,7 @@
import axios from 'axios';
import xml2js from 'xml2js';
import fs, { promises as fsp } from 'fs';
import path from 'path';
import xml2js from 'xml2js';
import logger from '../logger';
const UPDATE_INTERVAL_MSEC = 24 * 3600 * 1000; // how often to download new mapping in milliseconds