Files
gitlab-instance-0a899031_el…/.erb/configs/.eslintrc
hackrobot 769ed60311
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
Publish / publish (macos-latest) (push) Has been cancelled
Test / test (macos-latest) (push) Has been cancelled
Test / test (ubuntu-latest) (push) Has been cancelled
Test / test (windows-latest) (push) Has been cancelled
init
2024-04-06 18:02:46 +08:00

8 lines
114 B
Plaintext

{
"rules": {
"no-console": "off",
"global-require": "off",
"import/no-dynamic-require": "off"
}
}