An open API service indexing awesome lists of open source software.

https://github.com/importantimport/config

🔧 Some Shareable Configs for !mportantImport.
https://github.com/importantimport/config

eslint-config eslint-flat-config tsconfig

Last synced: 10 months ago
JSON representation

🔧 Some Shareable Configs for !mportantImport.

Awesome Lists containing this project

README

          

# Config

Some Shareable Configs for [!mportantImport](https://github.com/importantimport).

## [ESLint Config](/packages/eslint-config/) [![npm](https://img.shields.io/npm/v/@importantimport/eslint-config)](https://npmjs.com/package/@importantimport/eslint-config)

An [ESLint Flat Config](https://eslint.org/docs/latest/use/configure/configuration-files-new) for [!mportantImport](https://github.com/importantimport).

```bash
pnpm add -D @importantimport/eslint-config
```

```js
// eslint.config.js
export { default } from '@importantimport/eslint-config'
```

## [TSConfig](/packages/tsconfig/) [![npm](https://img.shields.io/npm/v/@importantimport/tsconfig)](https://npmjs.com/package/@importantimport/tsconfig)

```bash
pnpm add -D @importantimport/tsconfig
```

```jsonc
// tsconfig.json
{
"extends": "@importantimport/tsconfig"
}
```

## License

[MIT](LICENSE.md)