🔧 chore(workflows): add screenshot to ESLint globals
- add screenshot as a readonly global variable to ESLint configuration
♻️ refactor(epic-games): improve path resolution for screenshots
- replace resolve with path.resolve for better path management
This commit is contained in:
parent
af90aa7c42
commit
370e3db206
2 changed files with 3 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ module.exports = {
|
|||
'@stylistic/js',
|
||||
],
|
||||
globals: {
|
||||
screenshot: 'readonly',
|
||||
cfg: 'readonly',
|
||||
URL_CLAIM: 'readonly',
|
||||
COOKIES_PATH: 'readonly',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue