eslint global app var
This commit is contained in:
@@ -4,6 +4,9 @@ module.exports = {
|
||||
es2021: true,
|
||||
},
|
||||
extends: ['standard'],
|
||||
globals: {
|
||||
app: 'readonly',
|
||||
},
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
ecmaVersion: 13,
|
||||
|
||||
Reference in New Issue
Block a user