mirror of
https://github.com/greggman/twgl.js.git
synced 2026-02-01 16:00:22 +00:00
17 lines
238 B
JSON
17 lines
238 B
JSON
{
|
|
"parserOptions": {
|
|
"sourceType": "script"
|
|
},
|
|
"rules": {
|
|
"strict": [2, "global"]
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["modules-full.html"],
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
}
|
|
}
|
|
]
|
|
}
|