mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
14 lines
229 B
JavaScript
14 lines
229 B
JavaScript
module.exports = {
|
|
rules: {
|
|
'no-todo': true,
|
|
'no-start-duplicated-conjunction': {
|
|
interval : 2, // interval of sentences
|
|
},
|
|
'max-comma': {
|
|
max : 4,
|
|
},
|
|
},
|
|
filters: {
|
|
comments: true,
|
|
},
|
|
} |