Disable eslint for script files

Workaround for now. Since CI doesn't have the json files needed
This commit is contained in:
Kalle 2022-09-21 18:37:27 +03:00
parent 4b693d3154
commit c792e1d9ab
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* eslint-disable */
// To run this script you need from https://github.com/Leanny/leanny.github.io
// 1) WeaponInfoMain.json inside dicts
// 2) WeaponInfoSub.json inside dicts

View File

@ -1,3 +1,5 @@
/* eslint-disable */
import head from "./dicts/GearInfoHead.json";
import clothes from "./dicts/GearInfoClothes.json";
import shoes from "./dicts/GearInfoShoes.json";