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