Skip to content
Snippets Groups Projects
Commit 19e775b3 authored by Jorge Pinna Puissant's avatar Jorge Pinna Puissant
Browse files

[IMP] web: add the new test_lint eslint rules to the tooling

Part-of: odoo/odoo#85569
parent 8cf6643c
Branches
Tags
No related merge requests found
......@@ -11,7 +11,14 @@
},
"rules": {
"prettier/prettier": "error",
"no-undef": "error"
"no-undef": "error",
"no-restricted-globals": ["error", "event", "self"],
"no-const-assign": ["error"],
"no-debugger": ["error"],
"no-dupe-class-members": ["error"],
"no-unsafe-negation": ["error"],
"no-duplicate-imports": ["error"],
"valid-typeof": ["error"]
},
"globals": {
"odoo": "writable",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment