@cprussin/eslint-config
Version:
A set of strict base eslint configs
28 lines (19 loc) • 686 B
Markdown
[**/eslint-config v4.0.2**](../README.md)
***
# Variable: base
> `const` **base**: `FlatConfig.ConfigArray`
Defined in: [index.ts:110](https://github.com/cprussin/cprussin-monorepo/blob/1ee8f324a1a92cb3c2ac66695998c63329b0c708/packages/eslint-config/src/index.ts#L110)
This configuration is the base configuration for the others. It can be used
standalone in a project that doesn't need one of the extensions. It extends a
number of shared configs and sets some strict opinionated configs for the
following file types:
- Typescript
- CJS
- ESM
- JSON
- Jest test files
## Example
```js
// eslint.config.js
export { base as default } from "@cprussin/eslint-config";
```