зеркало из https://github.com/golang/pkgsite.git
27 строки
621 B
YAML
27 строки
621 B
YAML
root: true
|
|
parser: '@typescript-eslint/parser'
|
|
env:
|
|
browser: true
|
|
plugins:
|
|
- '@typescript-eslint'
|
|
extends:
|
|
- eslint:recommended
|
|
- plugin:@typescript-eslint/recommended
|
|
- plugin:prettier/recommended
|
|
- prettier/@typescript-eslint
|
|
overrides:
|
|
- files:
|
|
- "*.test.ts"
|
|
extends: plugin:jest/recommended
|
|
rules:
|
|
'jest/no-standalone-expect': off
|
|
'@typescript-eslint/no-explicit-any': off
|
|
'jest/expect-expect':
|
|
- error
|
|
- assertFunctionNames:
|
|
- expect
|
|
- a11ySnapshotTest
|
|
- pg.a11ySnapshotTest
|
|
- fullScreenshotTest
|
|
- pg.fullScreenshotTest
|