1.0.0-alpha.0 • Published 2 years ago

taia v1.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

taia

A React Native framework

Usage

eslint

module.exports = {
  extends: [require.resolve('@txpjs/qa/dist/config/eslint')],
};

prettier

const qa = require('@txpjs/qa');

module.exports = {
  ...qa.prettier,
};

jest

import { createTestConfig } from '@txpjs/qa';
import type { TestConfig } from '@txpjs/qa';

export default {
  ...createTestConfig(),
} as TestConfig.InitialOptions;