Skip to content
Snippets Groups Projects
Verified Commit b72b106d authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Disable anti-CRLF eslint rule

parent a31bcdfa
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ node_modules/
dist/
build/
.idea/
.vscode/
.env
......
......@@ -19,5 +19,8 @@ module.exports = {
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'prettier/prettier': ['error', {
'endOfLine': 'auto'
}]
},
};
......@@ -2,6 +2,7 @@ node_modules/
dist/
build/
.idea/
.vscode/
.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment