Change the way feature flags are working because using settings was a bad idea (and bump version to 2.0.0 since it's an API change)
This commit is contained in:
parent
e0f6b2a8e1
commit
4584b1a7a5
7 changed files with 11 additions and 40 deletions
|
|
@ -31,6 +31,7 @@ export default [
|
|||
ActiveEffect: `readonly`,
|
||||
Dialog: `readonly`,
|
||||
renderTemplate: `readonly`,
|
||||
TextEditor: `readonly`,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
@ -42,6 +43,7 @@ export default [
|
|||
languageOptions: {
|
||||
globals: {
|
||||
Logger: `readonly`,
|
||||
taf: `readonly`,
|
||||
},
|
||||
},
|
||||
rules: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue