event-scraper-v3/.eslintrc

8 lines
215 B
Plaintext
Raw Permalink Normal View History

2022-01-13 16:22:31 -08:00
{
"parser": "@typescript-eslint/parser",
"extends": ["plugin:@typescript-eslint/recommended"],
"parserOptions": { "ecmaVersion": 2018, "sourceType": "module" },
"rules": {
"argsIgnorePattern": "^_"
}
}