Skip to content

Commit

Permalink
changed settings for eslint linebreak-style for the test index.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
UggoPrince committed Mar 10, 2019
1 parent 9160d71 commit f0b7eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions API/test/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable linebreak-style */
/* eslint-disable import/no-extraneous-dependencies */
/* eslint linebreak-style: ["error", "windows"] */
/* global describe:true, it:true */
Expand Down

0 comments on commit f0b7eab

Please sign in to comment.