mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
run import/no-unused-modules only on CI (#112)
This commit is contained in:
parent
18b77d090f
commit
23d7236d9c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
'import/no-absolute-path': 'error',
|
||||
'import/no-self-import': 'error',
|
||||
'import/no-unused-modules': [
|
||||
'error',
|
||||
process.env.CI === 'true' ? 'error' : 'off',
|
||||
{
|
||||
unusedExports: true,
|
||||
missingExports: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue