Prettier!
This commit is contained in:
@@ -9,12 +9,12 @@ export default [
|
||||
globals: {
|
||||
window: 'readonly',
|
||||
document: 'readonly',
|
||||
dataLayer: 'writable',
|
||||
},
|
||||
dataLayer: 'writable'
|
||||
}
|
||||
},
|
||||
rules: {
|
||||
'no-unused-vars': ['warn', { argsIgnorePattern: '^_' }],
|
||||
},
|
||||
'no-unused-vars': ['warn', { argsIgnorePattern: '^_' }]
|
||||
}
|
||||
},
|
||||
prettierConfig,
|
||||
prettierConfig
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user