mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +03:00
8 lines
89 B
JavaScript
8 lines
89 B
JavaScript
|
const config = {
|
||
|
"rules": {
|
||
|
"spaced-comment": false,
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export default config;
|