Finish making the intellisense work properly
This commit is contained in:
parent
0917f28fcb
commit
98b429f941
3 changed files with 30 additions and 8 deletions
|
|
@ -4,7 +4,7 @@ import stylistic from "@stylistic/eslint-plugin";
|
|||
|
||||
export default [
|
||||
// Tell eslint to ignore files that I don't mind being formatted slightly differently
|
||||
{ ignores: [ `scripts/` ] },
|
||||
{ ignores: [ `scripts/`, `foundry/` ] },
|
||||
{
|
||||
languageOptions: {
|
||||
globals: globals.browser,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue