Skip to content

Commit 0c3712e

Browse files
committed
fix eslint cesium import
1 parent 6325e72 commit 0c3712e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import globals from "globals";
22
import html from "eslint-plugin-html";
3-
import configCesium from "eslint-config-cesium";
3+
import configCesium from "@cesium/eslint-config";
44

55
export default [
66
{

0 commit comments

Comments
 (0)