feat(3d): integrate ZJB scene with project context
This commit is contained in:
+7
-2
@@ -1,5 +1,10 @@
|
||||
import nextCoreWebVitals from "eslint-config-next/core-web-vitals";
|
||||
|
||||
const config = [...nextCoreWebVitals];
|
||||
const config = [
|
||||
{
|
||||
ignores: ["public/three-dimensional/**/vendor/**"],
|
||||
},
|
||||
...nextCoreWebVitals,
|
||||
];
|
||||
|
||||
export default config;
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user