mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 08:06:23 +00:00
14 lines
375 B
YAML
14 lines
375 B
YAML
root: true
|
|
parser: '@typescript-eslint/parser'
|
|
plugins: ['@typescript-eslint']
|
|
extends:
|
|
- eslint:recommended
|
|
- plugin:@typescript-eslint/eslint-recommended
|
|
- plugin:@typescript-eslint/recommended
|
|
- prettier/@typescript-eslint
|
|
rules:
|
|
# '@typescript-eslint/explicit-function-return-type': 0
|
|
'@typescript-eslint/no-use-before-define':
|
|
- 2
|
|
- functions: false
|