@cprussin/eslint-config
Version:
A set of strict base eslint configs
28 lines (19 loc) • 686 B
Markdown
[**/eslint-config v5.1.2**](../README.md)
***
# Variable: base
> `const` **base**: `FlatConfig.ConfigArray`
Defined in: [index.ts:107](https://github.com/cprussin/cprussin-monorepo/blob/45be92bc13a41d9f46c6ab9ed2d9a61167827e46/packages/eslint-config/src/index.ts#L107)
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";
```