mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 02:50:54 +01:00
11 lines
173 B
YAML
11 lines
173 B
YAML
root: true
|
|
|
|
extends:
|
|
- typescript
|
|
- prettier
|
|
- plugin:optimize-regex/recommended
|
|
- plugin:sonarjs/recommended
|
|
|
|
plugins:
|
|
- eslint-plugin-optimize-regex
|
|
- sonarjs
|