Add some marketing content
This commit is contained in:
9
apps/marketing/.eslintrc.cjs
Normal file
9
apps/marketing/.eslintrc.cjs
Normal 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,
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user