feat: add custom ESLint rule restrict-import-depth (#110)
This commit is contained in:
5
custom-eslint-rules/index.js
Normal file
5
custom-eslint-rules/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
rules: {
|
||||
'restrict-import-depth': require('./restrict-import-depth'),
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user