- Fix missing semicolons
- Fix missing trailing commas
- Disable no-unused-expression for runQuery test
- expect uses unused expressions as an api Ex. expect('foo').to.be.equal();
- Disable no-use-before-declare since it requires type checking and project
file to be defined.