Skip to content
Snippets Groups Projects
Commit a3f65774 authored by Steve Reis's avatar Steve Reis
Browse files

fix cr error on windows

parent dfb3d6fb
No related branches found
No related tags found
No related merge requests found
......@@ -20,5 +20,6 @@ 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"}, { usePrettierrc: true }],
},
};
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment