@beastly-brawl-showdown/configs
v0.4.0
Published
Create the following files at the project root. ### Typescript > `tsconfig.json`
Readme
Configs
Usage
Create the following files at the project root.
Typescript
tsconfig.json
{
"extends": "@beastly-brawl-showdown/configs/tsconfig"
}EsLint (Under Construction)
eslint.config.js
import config from '@beastly-brawl-showdown/configs/eslint';
export default config;