mirror of
https://github.com/ente-io/ente.git
synced 2025-08-10 00:12:04 +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(
|
export default tseslint.config(
|
||||||
eslint.configs.recommended,
|
eslint.configs.recommended,
|
||||||
|
tseslint.configs.strictTypeChecked,
|
||||||
tseslint.configs.recommendedTypeChecked,
|
tseslint.configs.recommendedTypeChecked,
|
||||||
{
|
{
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
@ -14,6 +15,9 @@ export default tseslint.config(
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ignores: ["eslint.config.mjs"],
|
||||||
|
},
|
||||||
);
|
);
|
||||||
// /* eslint-env node */
|
// /* eslint-env node */
|
||||||
// module.exports = {
|
// module.exports = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user