Skip to content

Commit

Permalink
Fix es-lint dependency resolution (#57)
Browse files Browse the repository at this point in the history
* Fix es-lint dependency resolution

* Remove moved lint rules

It looks like this lint rules have been moved to ESLint Stylistic:
https://typescript-eslint.io/rules/func-call-spacing/.

* Rebuild dist

---------

Co-authored-by: pulumi-bot <bot@pulumi.com>
  • Loading branch information
iwahbe and pulumi-bot authored Oct 7, 2024
1 parent 2663c4b commit ee0ad10
Show file tree
Hide file tree
Showing 5 changed files with 53,288 additions and 53,185 deletions.
3 changes: 0 additions & 3 deletions .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ rules:
['error', { 'accessibility': 'no-public' }],
'@typescript-eslint/explicit-function-return-type':
['error', { 'allowExpressions': true }],
'@typescript-eslint/func-call-spacing': ['error', 'never'],
'@typescript-eslint/no-array-constructor': 'error',
'@typescript-eslint/no-empty-interface': 'error',
'@typescript-eslint/no-explicit-any': 'error',
Expand All @@ -76,8 +75,6 @@ rules:
'@typescript-eslint/promise-function-async': 'error',
'@typescript-eslint/require-array-sort-compare': 'error',
'@typescript-eslint/restrict-plus-operands': 'error',
'@typescript-eslint/semi': ['error', 'never'],
'@typescript-eslint/space-before-function-paren': 'off',
'@typescript-eslint/type-annotation-spacing': 'error',
'@typescript-eslint/unbound-method': 'error'
}
Loading

0 comments on commit ee0ad10

Please sign in to comment.