Compare commits

...
Author SHA1 Message Date
sriram veeraghanta 92f0d20b1f chore: initial setup 2025-10-23 20:09:00 +05:30
3 changed files with 2905 additions and 2768 deletions
+17
View File
@@ -0,0 +1,17 @@
module.exports = {
rules: {
"no-useless-escape": "off",
"prefer-const": "error",
"no-irregular-whitespace": "error",
"no-trailing-spaces": "error",
"no-duplicate-imports": "error",
"no-useless-catch": "warn",
"no-case-declarations": "error",
"no-undef": "error",
"no-unreachable": "error",
"arrow-body-style": ["error", "as-needed"],
"@next/next/no-html-link-for-pages": "off",
"@next/next/no-img-element": "off",
"react/jsx-key": "error",
},
};
+13
View File
@@ -0,0 +1,13 @@
{
"name": "@plane/oxlint-config",
"private": true,
"version": "1.0.0",
"license": "AGPL-3.0",
"files": [
"library.js"
],
"devDependencies": {
"oxlint": "^1.23.0",
"typescript": "catalog:"
}
}
+2875 -2768
View File
File diff suppressed because it is too large Load Diff