11 lines
130 B
JavaScript
11 lines
130 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
options: {
|
|
maxComplexity: 4
|
|
},
|
|
src: [
|
|
'accountant/**/*.py'
|
|
]
|
|
};
|