mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
lint(dev-cli): update global lint rule instead of disabling it
This commit is contained in:
parent
48d4af838a
commit
cc79ed0e9f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
/* eslint import/no-extraneous-dependencies: ["error", {"devDependencies": true}] */
|
||||
|
||||
import { program } from 'commander';
|
||||
import dotenv from 'dotenv';
|
||||
import { prompt } from 'enquirer';
|
||||
|
|
|
|||
Loading…
Reference in a new issue