@shibanet0/datamitsu-config
v0.0.3-alpha-20
Published
Reusable configurations for TypeScript, ESLint, Prettier and other tools.
Readme
datamitsu-config
Reusable configurations for TypeScript, ESLint, Prettier and other tools.
TypeScript Configurations
See TSCONFIG.md for full documentation.
Available configs:
base.json- for any projectslibrary.json- standalone librariesreact-library.json- standalone React librariesservice.json- backend servicesshared-library.json- libraries in monoreposhared-react-library.json- React libraries in monoreponextjs.json- Next.js apps
Example:
{
"extends": "@shibanet0/datamitsu-config/tsconfig/base.json"
}