Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from Financial-Times/add-eslint-warning-no-biggie
Browse files Browse the repository at this point in the history
Add an eslint warning for nothing controversial
  • Loading branch information
leafrogers authored May 24, 2017
2 parents 00bae4e + ea7584e commit 28c8f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const config = {
'no-var': 2,
'one-var': [2, 'never'],
'quotes': [2, 'single'],
'semi': [1, 'always'],

This comment has been minimized.

Copy link
@adambraimbridge

adambraimbridge May 25, 2017

Contributor

Wait, what!? BOOOOOOOOO :(

Semicolons are bad mkay

This comment has been minimized.

Copy link
@adambraimbridge

adambraimbridge May 25, 2017

Contributor

;)

'space-before-function-paren': [2, 'always'],
'wrap-iife': 2
},
Expand Down

0 comments on commit 28c8f84

Please sign in to comment.