How to use @sumup/foundry - 4 common examples

To help you get started, we’ve selected a few @sumup/foundry examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github connor-baer / rich-text-to-jsx / .eslintrc.js View on Github external
const {
  react: baseConfig,
  overwritePresets
} = require('@sumup/foundry/eslint');

const customConfig = {
  rules: {
    'notice/notice': 'off'
  }
};

module.exports = overwritePresets(baseConfig, customConfig);
github sumup-oss / circuit-ui / .eslintrc.js View on Github external
render: true,
        renderToHtml: true,
        axe: true,
        act: true,
        fireEvent: true,
        userEvent: true,
        wait: true
      },
      env: {
        'jest/globals': true
      }
    }
  ]
};

module.exports = overwritePresets(baseConfig, customConfig);
github sumup-oss / circuit-ui / plopfile.js View on Github external
module.exports = require('@sumup/foundry/plop').react;
github sumup-oss / circuit-ui / prettier.config.js View on Github external
module.exports = require('@sumup/foundry/prettier').base;

@sumup/foundry

A toolkit for JavaScript + TypeScript applications by SumUp.

Apache-2.0
Latest version published 2 months ago

Package Health Score

78 / 100
Full package analysis

Similar packages