fix(routes): complete post-refactor dependency wiring cleanup
This commit is contained in:
@@ -53,5 +53,16 @@ module.exports = {
|
||||
'max-depth': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
// Frontend assets use browser globals
|
||||
files: ['assets/**/*.js', 'frontend/**/*.js'],
|
||||
env: {
|
||||
browser: true,
|
||||
es2021: true,
|
||||
},
|
||||
rules: {
|
||||
'no-undef': 'warn',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user