Add some marketing content

This commit is contained in:
KMKoushik
2024-04-21 20:50:24 +10:00
parent abd1f6bb5b
commit e7a0376519
6 changed files with 149 additions and 28 deletions

View File

@@ -0,0 +1,9 @@
/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@unsend/eslint-config/next.js"],
parser: "@typescript-eslint/parser",
parserOptions: {
project: true,
},
};