mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
add specific check for linebreak linting
This commit is contained in:
@@ -36,7 +36,7 @@ export default [
|
|||||||
'@typescript-eslint/no-require-imports': 'off',
|
'@typescript-eslint/no-require-imports': 'off',
|
||||||
'@typescript-eslint/no-var-requires': 'off',
|
'@typescript-eslint/no-var-requires': 'off',
|
||||||
'no-case-declarations': 'off',
|
'no-case-declarations': 'off',
|
||||||
'linebreak-style': ['error', 'windows'],
|
'linebreak-style': ['error', process.platform === 'win32' ? 'windows' : 'unix'],
|
||||||
|
|
||||||
quotes: [
|
quotes: [
|
||||||
'error',
|
'error',
|
||||||
|
|||||||
Reference in New Issue
Block a user