test / package.json
codename-mute's picture
first test
4c209d0
Raw
History Blame
1.34 kB
{
"name": "@hackmaster/hf_test",
"version": "0.0.1",
"description": "HF test",
"homepage": "https://huggingface.co/spaces/codename-mute/test",
"bugs": {
"url": "https://huggingface.co/spaces/codename-mute/test",
"email": "codename.mute@proton.me"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Mute <codename.mute@proton.me> ()",
"repository": {
"type": "git",
"url": "git+https://huggingface.co/spaces/codename-mute/test"
},
"config": {},
"devDependencies": {
"typescript": "^5.5.4",
"xo": "^0.59.3"
},
"type": "module",
"eslintConfig": {
"root": true,
"extends": [
"xo",
"xo-typescript",
"plugin:unicorn/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": [
"./jsconfig.json"
]
},
"plugins": [
"@typescript-eslint",
"unicorn"
],
"rules": {
"@typescript-eslint/brace-style": "off",
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-confusing-void-expression": ["error", {"ignoreVoidOperator": true}],
"@typescript-eslint/no-meaningless-void-operator": "off",
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/semi": "off",
"max-statements-per-line": "off",
"no-void": "off",
"fake/fuck-commas": "off"
}
}
}