[scripts/ferium-mrpack] Add script

This commit is contained in:
Alyxia Sother 2024-07-14 14:35:40 +02:00
parent d4bef9a0bf
commit 86ad883d1f
No known key found for this signature in database
GPG key ID: 0B2497099595CAA5
6 changed files with 1084 additions and 0 deletions

View file

@ -0,0 +1,10 @@
extends: eslint-config-dmitmel/presets/node
parserOptions:
sourceType: module
rules:
no-unused-expressions: off
node/shebang: off
node/no-unsupported-features/es-syntax:
- error
- ignores:
- modules