mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
eslint config updated
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
"jsxSingleQuote": true,
|
"jsxSingleQuote": true,
|
||||||
"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"
|
||||||
}],
|
}],
|
||||||
"import/no-anonymous-default-export": 0, // Allow "export default"
|
"import/no-anonymous-default-export": 0, // Allow "export default"
|
||||||
"import/no-extraneous-dependencies": ["error", {"devDependencies": ["**/*.test.js", "**/*.spec.js"]}],
|
"import/no-extraneous-dependencies": ["error", {"devDependencies": ["**/*.test.js", "**/*.spec.js"]}],
|
||||||
|
|||||||
Reference in New Issue
Block a user