mirror of
https://github.com/iptv-org/epg
synced 2025-12-15 09:56:42 -05:00
modify eslint configuration for CI issues
This commit is contained in:
@@ -36,7 +36,7 @@ export default [
|
||||
'@typescript-eslint/no-require-imports': 'off',
|
||||
'@typescript-eslint/no-var-requires': 'off',
|
||||
'no-case-declarations': 'off',
|
||||
'linebreak-style': ['error', 'windows'],
|
||||
'linebreak-style': ['error', process.env.CI ? 'unix' : 'windows'],
|
||||
|
||||
quotes: [
|
||||
'error',
|
||||
|
||||
Reference in New Issue
Block a user