Added eslint and basic eslint config

This commit is contained in:
Kolja Lampe
2016-08-30 17:33:55 +02:00
committed by Yuya Ochiai
parent 1f154cf3ac
commit 0926c915b5
3 changed files with 262 additions and 0 deletions

2
.eslintignore Normal file
View File

@@ -0,0 +1,2 @@
node_modules/*
src/node_modules/*