module.exports = {
configs: {
recommended: {
rules: {
'target-namespace': 'error'
}
},
all: {
'target-namespace': 'warn',
'no-manual-task': 'warn'