Skip to content

Commit

Permalink
frontend: migrate to flat config
Browse files Browse the repository at this point in the history
Using npx @eslint/migrate-config .eslintrc.json

Then add the additional packages needed
npm install -D -E globals @eslint/js @eslint/eslintrc @eslint/compat

Add paths from the .gitignore file to the ignored patterns.
Add data, dist and public/twemoji explicitly because that did not work with the
includeIgnoreFile.
Remove the options from the call to eslint which are not
supported anymore in the package.json.

Issue: ecamp#5282
  • Loading branch information
BacLuc committed Aug 13, 2024
1 parent f01c307 commit 8554aec
Show file tree
Hide file tree
Showing 6 changed files with 916 additions and 785 deletions.
61 changes: 0 additions & 61 deletions frontend/.eslintrc.json

This file was deleted.

Loading

0 comments on commit 8554aec

Please sign in to comment.