mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Tools: Add no-array-constructor eslint rule
This commit is contained in:
parent
2377f7bc07
commit
be232fa34b
@ -60,6 +60,7 @@ module.exports = {
|
||||
"no-new-func": ["error"],
|
||||
"import/prefer-default-export": ["error"],
|
||||
"import/first": ["error"],
|
||||
"no-array-constructor": ["error"],
|
||||
|
||||
// Checks rules of Hooks
|
||||
"react-hooks/rules-of-hooks": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user