Skip to content

Commit

Permalink
Chore: Add .pre-commit-hooks.yaml file (#13628)
Browse files Browse the repository at this point in the history
* Create pre-commit-hooks.yaml

* Rename pre-commit-hooks.yaml to .pre-commit-hooks.yaml

* Update .pre-commit-hooks.yaml

* Added required_serial: false and removed min pre-commits version
  • Loading branch information
mondeja committed Dec 14, 2020
1 parent 2124e1b commit dc76911
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .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

0 comments on commit dc76911

Please sign in to comment.