Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: added code linting #473

Merged
merged 14 commits into from
Feb 2, 2024
Prev Previous commit
Next Next commit
lol
Gmin2 committed Dec 19, 2023
commit 2fe5ccf5eee25d1ea73b2d08ee7816e96b5f95a3
3 changes: 2 additions & 1 deletion tools/bundler/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const path = require('path');
const fs = require('fs');
const traverse = require('json-schema-traverse');
// const { url } = require('inspector');
/* eslint-disable no-unused-vars */
Gmin2 marked this conversation as resolved.
Show resolved Hide resolved
const { url } = require('inspector');
const definitionsDirectory = path.resolve(__dirname, '../../definitions');
const bindingsDirectory = path.resolve(__dirname, '../../bindings');
const outputDirectory = path.resolve(__dirname, '../../schemas');