numberscope / frontscope

Numberscope's front end and user interface: responsible for specifying sequences and defining and displaying visualizers
MIT License
7 stars 15 forks source link

eslint stuck at major version 8 #311

Open gwhitney opened 5 months ago

gwhitney commented 5 months ago

In response to #307, I tried to go whole hog and update to the latest eslint 9.1.1. The difficulty is that eslint 9 has a whole new configuration file system called "Flat Configs". It is possible to get eslint to run using the information at: https://github.com/vuejs/eslint-config-typescript/issues/76 and https://www.npmjs.com/package/eslint-config-flat-gitignore. However, our full formatting setup depends on prettier-eslint, which currently just doesn't support Flat Configs, see https://github.com/prettier/prettier-eslint/issues/947. When that issue is resolved, we can try again to move eslint forward.