mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
eslint config changed
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"printWidth": 120,
|
"printWidth": 120,
|
||||||
"arrowParens": "avoid", // Allow single argument without parentheses in arrow functions
|
"arrowParens": "avoid", // Allow single argument without parentheses in arrow functions
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"endOfLine": "crlf"
|
"endOfLine": "auto"
|
||||||
}],
|
}],
|
||||||
"import/no-anonymous-default-export": 0, // Allow "export default"
|
"import/no-anonymous-default-export": 0, // Allow "export default"
|
||||||
"import/prefer-default-export": 0,
|
"import/prefer-default-export": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user