From f9bc75cf9b1d1b7d2e290f21a8edcce76f27e47c Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Fri, 7 Jan 2022 16:22:31 +0530 Subject: [PATCH] fix(tools): update order for linting errors (#44707) --- tools/challenge-helper-scripts/rename-challenge-files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/challenge-helper-scripts/rename-challenge-files.js b/tools/challenge-helper-scripts/rename-challenge-files.js index 4a2f7270318..38d9e64e212 100644 --- a/tools/challenge-helper-scripts/rename-challenge-files.js +++ b/tools/challenge-helper-scripts/rename-challenge-files.js @@ -1,8 +1,8 @@ const { readdir, readFile } = require('fs').promises; const { join } = require('path'); -const gray = require('gray-matter'); const { exec } = require('child_process'); const { promisify } = require('util'); +const gray = require('gray-matter'); /** * From the root directory, run the following CLI command to rename all RWD-22 challenge files: