Added prettier to project

This commit is contained in:
Alexander Cerutti
2021-02-08 00:03:28 +01:00
parent d8983b8321
commit d5a487a609
29 changed files with 2018 additions and 1420 deletions

View File

@@ -1,8 +1,6 @@
{
"spec_dir": "spec",
"spec_files": [
"**/*.js"
],
"spec_files": ["**/*.js"],
"stopSpecOnExpectationFailure": false,
"random": true
}