Skip to content

Commit

Permalink
Explicitly point to eslintrc config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanahamilton committed Nov 3, 2020
1 parent 6d36425 commit 9f3ea12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,12 @@ repos:
name: ESLint
entry: "eslint"
args:
- --config
- airflow/www/.eslintrc
- --ignore-path
- airflow/www/.eslintignore
- --resolve-plugins-relative-to
- airflow/www/node_modules/
language: node
files: ^airflow/www/.*\.(js|jsx)$
# Keep dependency versions in sync w/ airflow/www/package.json
Expand Down

0 comments on commit 9f3ea12

Please sign in to comment.