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
- Host: GitHub
- URL: https://github.com/yext/eslint-config
- Owner: yext
- License: other
- Created: 2022-08-24T13:30:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T18:33:05.000Z (over 1 year ago)
- Last Synced: 2024-12-04T23:26:57.321Z (over 1 year ago)
- Language: JavaScript
- Size: 597 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# eslint-config
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',
]
}
```