Use newer foundryvtt eslint rules
This commit is contained in:
parent
34e619c783
commit
00e42c7e50
1 changed files with 1 additions and 2 deletions
|
@ -13,12 +13,11 @@ module.exports = {
|
|||
es2020: true,
|
||||
},
|
||||
|
||||
extends: ['eslint:recommended', '@typhonjs-fvtt/eslint-config-foundry.js/0.7.9', 'plugin:prettier/recommended'],
|
||||
extends: ['eslint:recommended', '@typhonjs-fvtt/eslint-config-foundry.js/0.8.0', 'plugin:prettier/recommended'],
|
||||
|
||||
plugins: [],
|
||||
|
||||
globals: {
|
||||
foundry: false,
|
||||
PrototypeTokenDocument: false,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue