-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Examples Browser NPM dependencies
- Loading branch information
1 parent
3b54515
commit 41ae710
Showing
179 changed files
with
3,748 additions
and
3,237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
/* eslint-disable jsdoc/check-tag-names */ | ||
|
||
import { | ||
Script, | ||
Color, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import playcanvasConfig from '@playcanvas/eslint-config'; | ||
import globals from 'globals'; | ||
|
||
export default [ | ||
...playcanvasConfig, | ||
{ | ||
files: ['**/*.js', '**/*.mjs'], | ||
languageOptions: { | ||
globals: { | ||
...globals.browser, | ||
...globals.node, | ||
'ObjModelParser': 'readonly', | ||
'OutlineEffect': 'readonly' | ||
} | ||
}, | ||
rules: { | ||
'import/no-unresolved': 'off' | ||
} | ||
}, | ||
{ | ||
ignores: [ | ||
'assets/scripts/utils/area-light-lut-bin-gen.js', | ||
'cache', | ||
'dist', | ||
'src/lib' | ||
] | ||
} | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.