Skip to content

Commit

Permalink
fixing linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumyra committed Jan 25, 2022
1 parent aca8da4 commit ba6e1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var fs = require('fs');
var path = require('path');
var Ajv = require('ajv');
var betterAjvErrors = require('better-ajv-errors');
var betterAjvErrors = require('better-ajv-errors').default;
var dictPaths = ['api', 'css', 'l10n'];
var hasErrors = false;
var ajv = new Ajv({
Expand Down

0 comments on commit ba6e1e0

Please sign in to comment.