mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
fix globals
This commit is contained in:
parent
f049f179b3
commit
0f3632b4c0
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
globals: {
|
||||
NodeJS: true
|
||||
},
|
||||
parser: '@typescript-eslint/parser',
|
||||
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier'],
|
||||
plugins: ['svelte3', '@typescript-eslint'],
|
||||
|
|
Loading…
Reference in a new issue