Accessibility fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import prettierConfig from 'eslint-config-prettier/flat'
|
||||
import prettierConfig from 'eslint-config-prettier/flat';
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -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