Skip to content

Commit

Permalink
disabled eslint for the JsonService file to pass travis check
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed Nov 11, 2018
1 parent e40e965 commit 62a4ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<br />
<p>
<a href="https://khaaz.github.io"><img src="_images/banner.png" width="546" alt="AxonCore" /></a>
<a href="https://khaazz.github.io"><img src="_images/banner.png" width="546" alt="AxonCore" /></a>
</p>
<p>
<a href="https://github.com/Khaazz/AxonCore/releases"><img src="https://img.shields.io/github/release/Khaazz/AxonCore.svg?style=flat-square" alt="Release" /></a>
Expand Down
2 changes: 1 addition & 1 deletion src/Database/JsonService.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';

/* eslint-disable */
class JsonService {
/**
* Retrieves the axon schema from the DB.
Expand Down

0 comments on commit 62a4ba2

Please sign in to comment.