aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/quality-profiles
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-06-29 10:19:22 +0200
committerStas Vilchik <vilchiks@gmail.com>2016-06-29 10:19:22 +0200
commita142bec0b8d2e252aebeae383cc0ca3fe9f657bd (patch)
tree354a66acd72a8a3b594a62e07d86f3556191cff0 /server/sonar-web/src/main/js/apps/quality-profiles
parent35fcfd2d718f8eede0f5f26106853e16f02f4769 (diff)
downloadsonarqube-a142bec0b8d2e252aebeae383cc0ca3fe9f657bd.tar.gz
sonarqube-a142bec0b8d2e252aebeae383cc0ca3fe9f657bd.zip
update js linters
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-profiles')
-rw-r--r--server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js
index 1d972030e00..b83eaf2e090 100644
--- a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js
+++ b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileInheritance.js
@@ -20,7 +20,7 @@
import React from 'react';
import ProfileInheritanceBox from './ProfileInheritanceBox';
import ChangeParentView from '../views/ChangeParentView';
-import { ProfileType, ProfilesListType } from '../propTypes';
+import { ProfileType } from '../propTypes';
import { translate } from '../../../helpers/l10n';
import { getProfileInheritance } from '../../../api/quality-profiles';