diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 00000000000..b06c585a34b --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,7 @@ +- id: eslint + name: eslint + entry: eslint + description: "An AST-based pattern checker for JavaScript." + language: node + types: ['javascript'] + require_serial: false