mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Disable linter in translate script
This commit is contained in:
parent
3ebc9c4664
commit
cc6ab8b156
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
/* eslint-disable */
|
||||
|
||||
const fs = require('fs');
|
||||
const translate = require('translate-json-object')();
|
||||
const baseJson = require('./en.json');
|
||||
|
|
Loading…
Reference in a new issue