.eslintrc.js 178 B

1234567
  1. const { defineConfig } = require('@flowgram.ai/eslint-config');
  2. module.exports = defineConfig({
  3. preset: 'web',
  4. packageRoot: __dirname,
  5. ignorePatterns: ['**/tests__'],
  6. });