Skip to content

Commit

Permalink
failing test script if there is lint in the code or in the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
antialias committed Apr 24, 2020
1 parent 6a6ea34 commit 30f2e51
Show file tree
Hide file tree
Showing 5 changed files with 1,885 additions and 8 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
parser: babel-eslint
extends:
- plugin:json/recommended
rules:
editorconfig/editorconfig: error
json/json: error
plugins:
- editorconfig
Loading

0 comments on commit 30f2e51

Please sign in to comment.