Skip to content

Commit

Permalink
disable lint for js file
Browse files Browse the repository at this point in the history
  • Loading branch information
JSHan94 committed Jan 3, 2024
1 parent 71cbd49 commit 7c383c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bots/src/orm/CamelToSnakeNamingStrategy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-undef */
const { DefaultNamingStrategy } = require('typeorm');
const { snakeCase } = require('lodash');

Expand Down

0 comments on commit 7c383c6

Please sign in to comment.