https://github.com/frontify/eslint-config
https://github.com/frontify/eslint-config
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frontify/eslint-config
- Owner: Frontify
- Created: 2021-01-28T08:55:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-24T22:10:16.000Z (9 months ago)
- Last Synced: 2025-09-25T00:11:42.198Z (9 months ago)
- Language: JavaScript
- Size: 1.84 MB
- Stars: 0
- Watchers: 25
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Frontify ESLint configurations
This repository contains all Frontify ESLint configurations for its projects.
## Usage
The configurations are published in 2 different flavors:
- `@frontify/eslint-config-basic`: The base configuration including JavaScript and TypeScript rules.
- `@frontify/eslint-config-react`: The base configuration including React rules.
Types aware rules are enabled on all 2 configurations, you will need to define the `tsconfig.json` file in your project and set the path to it in the ESLint Config file ([`parserOptions.project`](https://typescript-eslint.io/packages/parser/#project)).
## Publish a new version
This repository uses [Changeset](https://github.com/changesets/changesets) to generate the changelog file.
To publish a new version, you need to generate a changeset (`pnpm changeset`).