1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00
This commit is contained in:
Laurent Cozic
2019-07-29 15:58:17 +02:00
parent 86dc72b204
commit 0b9078d034
3 changed files with 43 additions and 0 deletions

View File

@@ -22,9 +22,12 @@ module.exports = {
"no-constant-condition": 0,
"no-prototype-builtins": 0,
"prettier/prettier": "error",
// Uncomment this to automatically remove unused requires:
// "autofix/no-unused-vars": "error",
},
"plugins": [
"react",
"prettier",
"autofix",
],
};