mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 09:55:41 -04:00
fix(lint): invalid value always on rule import/no-default-export
This commit is contained in:
@@ -145,7 +145,7 @@ export default
|
||||
'import/no-webpack-loader-syntax': 'off',
|
||||
'import/no-relative-parent-imports': 'error',
|
||||
'import/first': 'error',
|
||||
'import/no-default-export': 'always',
|
||||
'import/no-default-export': 'off',
|
||||
'node/no-callback-literal': 0,
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user