feat: add check-path-alias custom ESLint rule (#123)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
rules: {
|
||||
'restrict-import-depth': require('./restrict-import-depth'),
|
||||
'check-path-alias': require('./check-path-alias'),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user