Skip to content

Commit

Permalink
Also enable the test ones, not sure if they work though
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Oct 7, 2017
1 parent 303b596 commit fa57941
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"extends": "plugin:freaktechnik/test"
"plugins": [
"eslint-plugin"
],
"extends": [
"plugin:freaktechnik/test",
"plugin:eslint-plugin/tests-recommended"
]
}

0 comments on commit fa57941

Please sign in to comment.