LearnGO/go/pkg/mod/golang.org/x/telemetry@v0.0.0-20240829154258-f29ab539cc98/.eslintrc.json
2024-09-19 21:38:24 -04:00

12 lines
237 B
JSON

{
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"root": true,
"ignorePatterns": ["*.min.js"]
}