7 lines
170 B
JavaScript
7 lines
170 B
JavaScript
module.exports = {
|
|
rules: {
|
|
'restrict-import-depth': require('./restrict-import-depth'),
|
|
'check-path-alias': require('./check-path-alias'),
|
|
},
|
|
};
|