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