standardnotes-server/packages/api-gateway/.eslintrc

8 lines
142 B
Text
Raw Normal View History

2022-06-23 09:33:14 +00:00
{
"extends": "../../.eslintrc",
2023-05-05 09:17:26 +00:00
"parser": "@typescript-eslint/parser",
2022-06-23 09:33:14 +00:00
"parserOptions": {
"project": "./linter.tsconfig.json"
}
}