Skip to content
Permalink
Browse files
added a githooks directory
  • Loading branch information
aa7401 committed Oct 11, 2019
1 parent 3e234a7 commit abb8791f766fd0e7386dac4929bd103ec1d0638b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 61 deletions.
@@ -26,7 +26,7 @@
"linebreak-style": ["warn", "unix"],
"max-depth": ["error", 3],
"max-len": ["warn", { "code": 120, "tabWidth": 4 }],
"max-lines": ["error", 100],
"max-lines": ["warn", 150],
"max-lines-per-function": ["error", 20],
"max-nested-callbacks": ["error", 4],
"max-params": ["error", 5],
@@ -0,0 +1,3 @@
#!/bin/sh

./node_modules/.bin/eslint .

This file was deleted.

0 comments on commit abb8791

Please sign in to comment.