Update linting plugin (#294)

This commit is contained in:
J. Ryan Stinnett
2022-01-10 12:57:33 +00:00
committed by GitHub
parent 531dde8bff
commit 989e030d97
16 changed files with 408 additions and 15 deletions

View File

@@ -16,7 +16,6 @@ limitations under the License.
import path from 'path';
import childProcess from 'child_process';
import mkdirp from 'mkdirp';
import fsExtra from 'fs-extra';

View File

@@ -16,7 +16,6 @@ limitations under the License.
import path from 'path';
import childProcess from 'child_process';
import fs from 'fs';
import fsProm from 'fs/promises';
import needle from 'needle';