purescript-stream/.eslintrc

6 lines
87 B
Plaintext
Raw Normal View History

{
"extends": "@most/eslint-config-most",
"rules": {
"comma-dangle": "off"
}
}