mirror of
https://github.com/ente-io/ente.git
synced 2025-06-01 15:08:58 +00:00
7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
// @ts-check
|
|
|
|
import config from "./eslintrc-react.mjs";
|
|
|
|
// A base config for Vite apps.
|
|
export default [...config, { ignores: ["dist", ".env*"] }];
|