Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
builder-247 authored and ChristianDobbie committed Jan 10, 2022
1 parent 681e2c4 commit d76d997
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -2,7 +2,6 @@
/**
* Entry point for the application.
* */
const cp = require('child_process');
const pm2 = require('pm2');
const async = require('async');
const { apps } = require('./manifest.json');
Expand Down
2 changes: 1 addition & 1 deletion processors/games/Arcade.js
@@ -1,4 +1,4 @@
/* eslint-disable camelcase */
/* eslint-disable camelcase, unicorn/prevent-abbreviations */
/*
* Arcade
*/
Expand Down

0 comments on commit d76d997

Please sign in to comment.