md-report/.eslintrc

10 lines
103 B
Plaintext

{
"env": {
"node": true
},
"extends": "@antfu",
"rules": {
"import/named": "off"
}
}