1
0
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:
Laurent Cozic 2020-06-21 13:58:54 +01:00
parent 2377f7bc07
commit be232fa34b

View File

@ -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",