chore: fix all linting issues and optimize components
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/* eslint-disable no-undef */
|
||||
/* eslint-env node */
|
||||
const path = require('path');
|
||||
const path = require('path'); // eslint-disable-line @typescript-eslint/no-require-imports
|
||||
|
||||
const buildEslintCommand = (filenames) =>
|
||||
`eslint --fix ${filenames.map((f) => path.relative(process.cwd(), f)).join(' ')}`;
|
||||
|
||||
Reference in New Issue
Block a user