Skip to content
Snippets Groups Projects
Commit 36e807d6 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

remove eslint warning linebreak-style on unix machine (was set only for windows)

parent 5e579e68
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ module.exports = {
],
'linebreak-style': [
'warn',
'windows'
process.platform === 'win32' ? 'windows' : 'unix'
],
semi: [
'warn',
......
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