feat: add custom ESLint rule restrict-import-depth (#110)
This commit is contained in:
6
custom-eslint-rules/package.json
Normal file
6
custom-eslint-rules/package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "eslint-plugin-restrict-import-depth",
|
||||
"version": "0.1.0",
|
||||
"description": "ESLint plugin to restrict the depth of import statements",
|
||||
"main": "index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user