Skip to content

Commit

Permalink
fix(fjage.js): linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
notthetup committed Oct 30, 2023
1 parent e581def commit 0d4bc3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions gateways/js/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ export default [
'rules': {
'no-console': 0,
'semi': 2,
'linebreak-style': [
'error',
'unix'
],
'quotes': [
'error',
'single'
Expand Down
4 changes: 2 additions & 2 deletions gateways/js/src/TCPConnector.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class TCPconnector {
}
}else{
this._sockSetup(host, port);
}
}
}

_sockSetup(host, port){
Expand Down Expand Up @@ -133,7 +133,7 @@ export default class TCPconnector {
* @ignore
* @param {string} s - incoming message string
*/

/**
* Add listener for connection events
* @param {function} listener - a listener callback that is called when the connection is opened/closed
Expand Down

0 comments on commit 0d4bc3e

Please sign in to comment.