fix(tools): update order for linting errors (#44707)

pull/44709/head
Mrugesh Mohapatra 2022-01-07 16:22:31 +05:30 committed by GitHub
parent 87f5cff3cd
commit f9bc75cf9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
const { readdir, readFile } = require('fs').promises; const { readdir, readFile } = require('fs').promises;
const { join } = require('path'); const { join } = require('path');
const gray = require('gray-matter');
const { exec } = require('child_process'); const { exec } = require('child_process');
const { promisify } = require('util'); 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: * From the root directory, run the following CLI command to rename all RWD-22 challenge files: