* fixing bugs due to eslint recommendation
feature: no-task
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
"singleQuote": true,
|
||||
"arrowParens": "avoid",
|
||||
"printWidth": 100,
|
||||
"bracketSameLine": true
|
||||
"bracketSameLine": true,
|
||||
"endOfLine" : "auto"
|
||||
}
|
||||
Reference in New Issue
Block a user