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 21, 2024
1 parent 482605c commit 4ae2264
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 287 deletions.
22 changes: 0 additions & 22 deletions .ops/aws-setup/.eslintrc.json

This file was deleted.

Loading

0 comments on commit 4ae2264

Please sign in to comment.