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/app/components/MigrationContainer.tsx | |
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/app/components/MigrationContainer.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/MigrationContainer.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/MigrationContainer.tsx b/server/sonar-web/src/main/js/app/components/MigrationContainer.tsx index ab47d5f6402..921b99ae58c 100644 --- a/server/sonar-web/src/main/js/app/components/MigrationContainer.tsx +++ b/server/sonar-web/src/main/js/app/components/MigrationContainer.tsx @@ -27,7 +27,6 @@ export default class MigrationContainer extends React.PureComponent<WithRouterPr this.props.router.push({ pathname: '/maintenance', query: { - // eslint-disable-next-line camelcase return_to: window.location.pathname + window.location.search + window.location.hash } }); |