add eslint files

This commit is contained in:
Matteo Pagliazzi
2019-10-08 22:57:22 +02:00
parent 85fb5f33aa
commit 5aac8e46a5
2 changed files with 13 additions and 0 deletions

7
migrations/.eslintrc.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
root: false,
rules: {
'no-console': 0,
'no-use-before-define': ['error', { functions: false }]
}
}