fix: eslint errors
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = {
|
||||
========================================= */
|
||||
// Use spaces over tabs
|
||||
'no-tabs': 'error',
|
||||
indent: ['error', 4],
|
||||
indent: ['error', 4, { SwitchCase: 1 }],
|
||||
// Use single quote in javascript
|
||||
quotes: ['error', 'single', {
|
||||
avoidEscape: true,
|
||||
|
||||
Reference in New Issue
Block a user