diff options
Diffstat (limited to 'server/sonar-web/src/main/js/api/news.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/news.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/news.ts b/server/sonar-web/src/main/js/api/news.ts index a262a9e14ea..6e246198027 100644 --- a/server/sonar-web/src/main/js/api/news.ts +++ b/server/sonar-web/src/main/js/api/news.ts @@ -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 { getCorsJSON } from '../helpers/request'; interface PrismicRef { |