1
0
Fork 0
forked from h/lucida-web
lucida-web/.eslintrc.cjs
2023-09-17 02:42:13 -05:00

8 lines
140 B
JavaScript

module.exports = {
root: true,
extends: ['plugin:svelte/recommended', '@besties'],
rules: {
'svelte/no-inner-declarations': 'off'
}
}