{"library":"eslint-plugin-no-typeof-window-undefined","install":[{"cmd":"npm install eslint-plugin-no-typeof-window-undefined","imports":["module.exports = {\n  plugins: ['no-typeof-window-undefined'],\n  rules: { 'no-typeof-window-undefined/no-typeof-window-undefined': 'error' }\n};","const plugin = require('eslint-plugin-no-typeof-window-undefined');\n// then use plugin.rules['no-typeof-window-undefined']","import noTypeofWindowUndefined from 'eslint-plugin-no-typeof-window-undefined';\nexport default [\n  { plugins: { 'no-typeof-window-undefined': noTypeofWindowUndefined },\n    rules: { 'no-typeof-window-undefined/no-typeof-window-undefined': 'error' } }\n];"]},{"cmd":"yarn add eslint-plugin-no-typeof-window-undefined","imports":[]},{"cmd":"pnpm add eslint-plugin-no-typeof-window-undefined","imports":[]}]}