Initial commit: site monorepo with API, web, and infra.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
rules: {
|
||||
"no-console": "warn"
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "@compton/eslint-config",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"main": "index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user