format .eslintrc.json itself

pull/8592/head
Niklas Fiekas 2021-04-07 21:13:08 +02:00
parent b3a854ff8c
commit 932a5aea6e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"prefer-spread": "off", "prefer-spread": "off",
"prefer-rest-params": "off", "prefer-rest-params": "off",
"no-useless-escape": "off", "no-useless-escape": "off",
"no-constant-condition": ["warn", {"checkLoops": false}], "no-constant-condition": ["warn", { "checkLoops": false }],
"@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-explicit-any": "off",

View File

@ -14,5 +14,5 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- run: yarn install - run: yarn install
- run: yarn run lint --format visualstudio - run: yarn run lint
- run: yarn run check-format - run: yarn run check-format