B
Size: a a a
B
TG
TG

B
R
MK
B

EZ
EZ
{
"extends": "airbnb-typescript/base",
"plugins": ["@typescript-eslint", "jest"],
"parser": "@typescript-eslint/parser",
"rules": {
"arrow-parens": "off",
"import/prefer-default-export": "off",
"class-methods-use-this": "off",
"@typescript-eslint/no-unused-vars": ["error", {"args": "none"}]
},
"env": {
"jest/globals": true
}
}TG
MK
RN
IK
RN
RN
AF
AF
RN