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.
- Host: GitHub
- URL: https://github.com/importantimport/config
- Owner: importantimport
- License: mit
- Created: 2023-05-11T15:21:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T12:34:05.000Z (almost 2 years ago)
- Last Synced: 2024-12-25T05:05:18.480Z (over 1 year ago)
- Topics: eslint-config, eslint-flat-config, tsconfig
- Language: TypeScript
- Homepage: https://npmjs.com/package/@importantimport/eslint-config
- Size: 713 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Config
Some Shareable Configs for [!mportantImport](https://github.com/importantimport).
## [ESLint Config](/packages/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/) [](https://npmjs.com/package/@importantimport/tsconfig)
```bash
pnpm add -D @importantimport/tsconfig
```
```jsonc
// tsconfig.json
{
"extends": "@importantimport/tsconfig"
}
```
## License
[MIT](LICENSE.md)