Linting #100

Merged
KevinMidboe merged 4 commits from linting into master 2018-05-09 09:00:02 +00:00
Showing only changes of commit 64ede43dec - Show all commits

View File

@@ -7,6 +7,8 @@
"prefer-destructuring": 0,
"camelcase": 0,
"import/no-unresolved": 0,
"import/no-extraneous-dependencies": 0
"import/no-extraneous-dependencies": 0,
"object-shorthand": 0,
"comma-dangle": 0
}
}