md-report/.eslintrc

10 lines
103 B
Plaintext
Raw Normal View History

2022-04-12 22:09:19 +08:00
{
"env": {
"node": true
},
"extends": "@antfu",
"rules": {
"import/named": "off"
}
}