mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2822] add no-duplicate-imports rule (#1250)
* add no-duplicate-imports rule and fix few issues * fix incorrect import :D
This commit is contained in:
committed by
Cilibiu Bogdan
parent
ef97c646bc
commit
9738752f0f
@@ -36,6 +36,7 @@
|
||||
"no-console": [true, "debug", "info", "time", "timeEnd", "trace"],
|
||||
"no-construct": true,
|
||||
"no-debugger": true,
|
||||
"no-duplicate-imports": true,
|
||||
"no-duplicate-super": true,
|
||||
"no-empty": false,
|
||||
"no-empty-interface": true,
|
||||
|
||||
Reference in New Issue
Block a user