mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 13:09:22 +00:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
![]() |
import noPlaceholderComments from './no-placeholder-comments.js';
|
||
|
|
||
|
export default {
|
||
|
rules: {
|
||
|
'no-placeholder-comments': noPlaceholderComments,
|
||
|
},
|
||
|
};
|