eslint config changed

This commit is contained in:
Daniel Shleifman
2022-08-02 21:25:40 +03:00
parent a72402a8e5
commit b4e77bed0f

View File

@@ -9,7 +9,7 @@
"printWidth": 120,
"arrowParens": "avoid", // Allow single argument without parentheses in arrow functions
"semi": false,
"endOfLine": "crlf"
"endOfLine": "auto"
}],
"import/no-anonymous-default-export": 0, // Allow "export default"
"import/prefer-default-export": 0,