chore: update eslint package

This commit is contained in:
Aarnav Tale 2024-05-15 21:54:15 -04:00
parent e7c6271322
commit 37a31e30c7
No known key found for this signature in database
4 changed files with 351 additions and 212 deletions

5
eslint.config.js Normal file
View file

@ -0,0 +1,5 @@
import tale from 'eslint-config-tale'
export default [
...tale
]