mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
eslint config updated
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"jsxSingleQuote": true,
|
||||
"printWidth": 120,
|
||||
"arrowParens": "avoid", // Allow single argument without parentheses in arrow functions
|
||||
"semi": false
|
||||
"semi": false,
|
||||
"endOfLine": "crlf"
|
||||
}],
|
||||
"import/no-anonymous-default-export": 0, // Allow "export default"
|
||||
"import/no-extraneous-dependencies": ["error", {"devDependencies": ["**/*.test.js", "**/*.spec.js"]}],
|
||||
|
||||
Reference in New Issue
Block a user