A tool to migrate GitHub Repositories to Gitea including all issues
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
gitea-github-migrator/frontend/tslint.json

10 lines
283 B

{
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
"rules": {
// override tslint-react rules here
"jsx-wrap-multiline": false,
"member-access": [true, "no-public"],
"jsx-boolean-value": [true, "never"],
"no-reference": false
}
}