Skip to content

Commit

Permalink
aws-setup: 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
(@eslint/compat, globals, @eslint/eslintrc, @eslint/js)
Add paths from the .gitignore file to the ignored patterns.
Add .mjs files to the prettier pattern that the eslint.config.mjs is also prettied.
Also lint .ts files with eslint (this seems not to be the default).
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 3319c45 commit 769ccd9
Show file tree
Hide file tree
Showing 5 changed files with 391 additions and 290 deletions.
22 changes: 0 additions & 22 deletions .ops/aws-setup/.eslintrc.json

This file was deleted.

Loading

0 comments on commit 769ccd9

Please sign in to comment.