constructor(options?: SASSCompilerConfig, configFile?: string) {
    this.compiler = new SASSCompiler(options);
    this.linter = new SASSLint(configFile);
  }