moss / .eslintrc.cjs
jjjjjjj1's picture
update
5c631da
raw
history blame
No virus
90 Bytes
module.exports = {
root: true,
extends: ['@antfu'],
rules: {
"no-tabs": "off"
}
}