6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
module.exports = {
|
|
rules: {
|
|
'restrict-import-depth': require('./restrict-import-depth'),
|
|
},
|
|
};
|