nyanoblog/.eslintrc.cjs

7 lines
194 B
JavaScript
Raw Normal View History

2022-12-01 01:07:28 +01:00
module.exports = {
2022-12-04 23:38:29 +01:00
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
2022-12-01 01:07:28 +01:00
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
root: true,
};