Add Chromium-only Blender WebEngine parity work
This commit is contained in:
10
web/eslint.config.js
Normal file
10
web/eslint.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import eslint from "@eslint/js";
|
||||
import tseslint from "typescript-eslint";
|
||||
|
||||
export default tseslint.config(
|
||||
{
|
||||
ignores: ["dist/**", "node_modules/**", "app/src/vendor/three/**", "app/src/vendor/blender/**", "app/public/vendor/blender/**"],
|
||||
},
|
||||
eslint.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
);
|
||||
Reference in New Issue
Block a user