build: update linting deps (#24461)
This commit is contained in:
parent
80a6adb597
commit
ad16e6c647
7 changed files with 699 additions and 446 deletions
|
@ -1,7 +1,7 @@
|
|||
const { BrowserWindow } = require('electron');
|
||||
|
||||
class Foo {
|
||||
set bar (value) {
|
||||
set bar (value) { // eslint-disable-line accessor-pairs
|
||||
if (!(value instanceof BrowserWindow)) {
|
||||
throw new Error('setting error');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue