diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-10-31 14:26:22 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-11-16 20:21:06 +0100 |
commit | 5c0c5c9d4fe217d50a90c297f903a929952cfc97 (patch) | |
tree | 243b2d8b38c6227e8abd08f63927f67de78e3b6d /server/sonar-web/src/main/js/apps/component-measures/drilldown | |
parent | 2507163633382d56601e825ba2aadafc3edbbe9f (diff) | |
download | sonarqube-5c0c5c9d4fe217d50a90c297f903a929952cfc97.tar.gz sonarqube-5c0c5c9d4fe217d50a90c297f903a929952cfc97.zip |
Remove useless disabling of eslint camelcase rule
Diffstat (limited to 'server/sonar-web/src/main/js/apps/component-measures/drilldown')
2 files changed, 0 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/component-measures/drilldown/__tests__/ComponentList-test.tsx b/server/sonar-web/src/main/js/apps/component-measures/drilldown/__tests__/ComponentList-test.tsx index 38c5bccbcac..3057039cb24 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/drilldown/__tests__/ComponentList-test.tsx +++ b/server/sonar-web/src/main/js/apps/component-measures/drilldown/__tests__/ComponentList-test.tsx @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* eslint-disable camelcase */ import * as React from 'react'; import { shallow } from 'enzyme'; import ComponentsList from '../ComponentsList'; diff --git a/server/sonar-web/src/main/js/apps/component-measures/drilldown/__tests__/FilesView-test.tsx b/server/sonar-web/src/main/js/apps/component-measures/drilldown/__tests__/FilesView-test.tsx index b9cce0022db..61c0138d374 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/drilldown/__tests__/FilesView-test.tsx +++ b/server/sonar-web/src/main/js/apps/component-measures/drilldown/__tests__/FilesView-test.tsx @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* eslint-disable camelcase */ import * as React from 'react'; import { shallow } from 'enzyme'; import FilesView from '../FilesView'; |