iotaledger / evm-toolkit

EVM Toolkit is a frontend offering user friendly interaction with a L2 ISC chain, including Faucet and Withdrawal from a L2 chain
Apache License 2.0
5 stars 6 forks source link

Remove @feltjs/eslint-config to fix build #29

Open Dr-Electron opened 8 months ago

Dr-Electron commented 8 months ago

Description of change

Sems like @feltjs/eslint-config doesn't exist anymore. Not sure if it was even used in this Project, I would have expected that you have to import it in some config. So if we never used it, we can just merge this. If we used it, there seems to be a new version by the same maintainer here, but it only works with svelte >=4 and some other changes. But maybe we could just copy the config if we really need it. I will leave that up to you.

Type of change

How the change has been tested

Run locally. Output seems to be the same.

Change checklist

Dr-Electron commented 8 months ago

I just realised that this is probably how you import the feltjs config? Should I just replace it by copying the "new" config from ryanatkn (I suppose it is the same or similar)?