mirror of
https://github.com/ente-io/ente.git
synced 2025-08-07 07:03:35 +00:00
Upd
This commit is contained in:
parent
da71a34f75
commit
41cdb73382
@ -5,6 +5,7 @@ import tseslint from "typescript-eslint";
|
||||
|
||||
export default tseslint.config(
|
||||
eslint.configs.recommended,
|
||||
tseslint.configs.strictTypeChecked,
|
||||
tseslint.configs.recommendedTypeChecked,
|
||||
{
|
||||
languageOptions: {
|
||||
@ -14,6 +15,9 @@ export default tseslint.config(
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
ignores: ["eslint.config.mjs"],
|
||||
},
|
||||
);
|
||||
// /* eslint-env node */
|
||||
// module.exports = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user