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
parserOptions: { ecmaVersion: 8, sourceType: 'module' }, // to enable features such as async/await
ignorePatterns: ['node_modules/*', 'build/*', '!.prettierrc.js'], // We don't want to lint generated files nor node_modules, but we want to lint .prettierrc.js (ignored by default by eslint)