mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 06:01:31 -05:00
refactor: disable naming-convenction rule (#51685)
This commit is contained in:
@@ -5,7 +5,6 @@ jest.mock('./utils/env', () => {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
||||
return {
|
||||
...jest.requireActual('./utils/env'),
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
COOKIE_DOMAIN: '.freecodecamp.org'
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user