Browse Source

add .eslintignore

Yuki Takei 8 years ago
parent
commit
fa0fcb941a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .eslintignore

+ 6 - 0
.eslintignore

@@ -0,0 +1,6 @@
+/.github/**
+/.vscode/**
+/node_modules/**
+/public/**
+/test/**
+/tmp/**