feat: add Hersteller page with manufacturer data fetching and SEO support
This commit is contained in:
@@ -6,6 +6,30 @@ import babelParser from '@babel/eslint-parser';
|
||||
|
||||
export default [
|
||||
js.configs.recommended,
|
||||
{
|
||||
files: ['**/*.cjs'],
|
||||
languageOptions: {
|
||||
ecmaVersion: 2022,
|
||||
sourceType: 'commonjs',
|
||||
globals: {
|
||||
...globals.node,
|
||||
},
|
||||
},
|
||||
rules: {
|
||||
'no-unused-vars': 'warn',
|
||||
//'no-console': 'warn',
|
||||
'no-debugger': 'warn',
|
||||
'no-alert': 'warn',
|
||||
'no-unused-expressions': 'warn',
|
||||
'no-var': 'warn',
|
||||
'prefer-const': 'warn',
|
||||
'no-trailing-spaces': 'warn',
|
||||
'eqeqeq': ['warn', 'always'],
|
||||
'no-empty': 'warn',
|
||||
'no-eval': 'warn',
|
||||
'no-script-url': 'warn',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['**/*.{js,jsx}'],
|
||||
languageOptions: {
|
||||
|
||||
Reference in New Issue
Block a user