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

https://github.com/yext/eslint-config

Eslint configs for Yext repos
https://github.com/yext/eslint-config

Last synced: 9 months ago
JSON representation

Eslint configs for Yext repos

Awesome Lists containing this project

README

          

# eslint-config



NPM version


License



Yext's ESLint configurations for Typescript and React repos.

## Configs

This package offers two pre-built configs:

- A default config for typescript specific rules
- "typescript-react" config, which extends our default config with react rules

Example usage:

```js
{
extends: [
'@yext/eslint-config/typescript-react',
]
}
```