Skip to content

Commit

Permalink
fix(lint): errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jul 17, 2020
1 parent 2260ad8 commit d66a2cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/app-backend-core/src/hook.ts
Expand Up @@ -30,6 +30,7 @@ export function installHook (target) {
for (let i = 0, l = buffer.length; i < l; i++) {
const allArgs = buffer[i]
allArgs[0] === event
// eslint-disable-next-line prefer-spread
? this.emit.apply(this, allArgs)
: this._buffer.push(allArgs)
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-frontend/src/features/chrome/index.js
@@ -1,2 +1,2 @@
export * from './context-menu'
import './context-menu'
export * from './pane-visibility'
2 changes: 2 additions & 0 deletions postcss.config.js
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-var-requires */

const path = require('path')

module.exports = {
Expand Down
2 changes: 2 additions & 0 deletions tailwind.config.js
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-var-requires */

module.exports = {
theme: {
extend: {
Expand Down

0 comments on commit d66a2cd

Please sign in to comment.