We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently eslint is configured to run on *.ts, but not yet *.tsx:
*.ts
*.tsx
graphbi/pbiviz/package.json
Line 6 in 419e8d1
"eslint": "eslint \"src/**/*.ts\"", "eslint:fix": "eslint --fix \"src/**/*.ts\"",
=>
"eslint": "eslint \"src/**/*.ts\" && eslint\"src/**/*.tsx\"", "eslint:fix": "eslint --fix \"src/**/*.ts\" && eslint --fix \"src/**/*.tsx\"",
The text was updated successfully, but these errors were encountered:
dess890
No branches or pull requests
Currently eslint is configured to run on
*.ts
, but not yet*.tsx
:*.tsx
checking & fixing:graphbi/pbiviz/package.json
Line 6 in 419e8d1
=>
The text was updated successfully, but these errors were encountered: