Update scripts to allow auto-linking of Foundry source for intellisense
This commit is contained in:
parent
65cc95c35c
commit
6866bea131
7 changed files with 66 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