UNPKG

@dr.pogodin/babel-plugin-transform-assets

Version:

Transforms importing of asset files at compile time using Babel

19 lines (16 loc) 502 B
/* eslint-disable import/no-extraneous-dependencies */ import { defineConfig } from 'eslint/config'; import eslintConfigs from '@dr.pogodin/eslint-configs'; export default defineConfig([ { ignores: ['build/', 'test/fixtures/'] }, eslintConfigs.configs.javascript, // TODO: Enable these once the codebase is migrated to TypeScript, // and tests are migrated to Jest. /* eslintConfigs.configs.typescript, { extends: [eslintConfigs.configs.jest], files: ['test/**'], }, */ ]);