diff --git a/.gitignore b/.gitignore index 7b03dfda59eb749b1cea8c0837bc2f196a53f914..cd735ac33958271dab56a2cb5af864401b4f6ecb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # MacOS related files .DS_Store +# +.eslintrc.js + # compiled output /dist /tmp diff --git a/package.json b/package.json index eb9afe759b697abac8e465622e016ec0ba5276aa..c1386eab031fcd9f33c3a19fb510bdd77a24efbc 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "path": "^0.12.7" }, "devDependencies": { - "ember-cli-test-plugin": "git+https://github.com/ExplorViz/explorviz-frontend-plugin-example.git" + "eslint": "^4.1.1", + "eslint-config-recommended": "^1.5.0" } }