mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 03:28:42 +00:00
Update eslint config
This commit is contained in:
parent
60ca6b5332
commit
6f06b13be5
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,7 @@ module.exports = {
|
|||
'@typescript-eslint/no-require-imports': 'error',
|
||||
'@typescript-eslint/no-non-null-assertion': 'off',
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
'@typescript-eslint/no-empty-function': 'off',
|
||||
'@typescript-eslint/ban-ts-comment': [
|
||||
'error',
|
||||
{
|
||||
|
@ -34,7 +35,6 @@ module.exports = {
|
|||
files: ['**/*{test,spec}.ts'],
|
||||
rules: {
|
||||
'@typescript-eslint/no-unused-vars': 'off',
|
||||
'@typescript-eslint/no-empty-function': 'off',
|
||||
'jest/no-standalone-expect': 'off',
|
||||
'jest/no-conditional-expect': 'off',
|
||||
'no-console': 'off',
|
||||
|
|
Loading…
Add table
Reference in a new issue