mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-14 07:00:56 -05:00
refactor: disable naming-convenction rule (#51685)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
||||
import { omit } from 'lodash';
|
||||
|
||||
@@ -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