You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"no-unused-vars": ["warn", {"argsIgnorePattern": "^_", "varsIgnorePattern": "^_"}], // disallow declaration of variables that are not used in the code (recommended)
"space-before-function-paren": [0, {"anonymous": "always", "named": "never"}], // require or disallow a space before function opening parenthesis (fixable)
"jsx-quotes": [2, "prefer-double"] // specify whether double or single quotes should be used in JSX attributes (fixable)