mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 10:04:57 -05:00
Disable eslint for script files
Workaround for now. Since CI doesn't have the json files needed
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable */
|
||||
|
||||
import head from "./dicts/GearInfoHead.json";
|
||||
import clothes from "./dicts/GearInfoClothes.json";
|
||||
import shoes from "./dicts/GearInfoShoes.json";
|
||||
|
||||
Reference in New Issue
Block a user