Enable linting for all auth related files
This commit is contained in:
parent
74a5dd4291
commit
9470424bcb
10 changed files with 52 additions and 55 deletions
|
@ -21,7 +21,7 @@ import sdk from '../../../index';
|
|||
|
||||
import { COUNTRIES } from '../../../phonenumber';
|
||||
|
||||
const COUNTRIES_BY_ISO2 = new Object(null);
|
||||
const COUNTRIES_BY_ISO2 = {};
|
||||
for (const c of COUNTRIES) {
|
||||
COUNTRIES_BY_ISO2[c.iso2] = c;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue