mirror of https://github.com/CesiumGS/cesium.git
29 lines
449 B
JSON
29 lines
449 B
JSON
{
|
|
"root": true,
|
|
"extends": "cesium",
|
|
"globals": {
|
|
"Cesium": true
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"plugins": [
|
|
"html",
|
|
"es"
|
|
],
|
|
"rules": {
|
|
"no-unused-vars": "off"
|
|
},
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"playwright.config.js"
|
|
]
|
|
}
|
|
]
|
|
}
|